#5A5CCA

Color #5A5CCA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5A5CCA

Tints of Slate Blue #5A5CCA

Color information

#5A5CCA (or 0x5A5CCA) is unknown color: approx Slate Blue. HEX triplet: 5A, 5C and CA. RGB value is (90,92,202). Sum of RGB (Red+Green+Blue) = 90+92+202=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A5CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5CCA is #A5A335. Grayscale: #676767. Windows color (decimal): -10855222 or 13261914. OLE color: 13261914.

HSL color Cylindrical-coordinate representation of color #5A5CCA: hue angle of 238.93º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A5CCA is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9092202-
CMYK0.550.5400.21
HSL238.93º51.38%57.25%-
HSV(B)238.93º55.45%79.22%-
XYZ18.714.0957.61-
YUV103.94183.34118.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 23.44%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=23.44%
G=23.96%
B=52.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90922020.550.5400.21238.9351.3857.25
Hex5A5CCA3736015ef3339
Octal13213431267660253576371
Binary101101010111001100101011011111011001010111101111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5CCA; }

 p { color: rgb(90,92,202); }

 H1.HeaderClassName
 {
   color: #5A5CCA;
 }
 .AnyTagClassName
 {
   color: #5A5CCA;
 }
</style>
background-color css

<style>
 a { background-color: #5A5CCA; }

 a { background-color: rgb(90,92,202); }

 div.DivClassName
 {
   background-color: #5A5CCA;
 }
 .BgClassName
 {
   background-color: #5A5CCA;
 }
</style>
border-color css

<style>
 span { border-color: #5A5CCA; }

 span { border-color: rgb(90,92,202); }

 td.TdClassName
 {
   border-color: #5A5CCA;
 }
 .TagClassName
 {
   border-color: #5A5CCA;
 }
</style>