#5C5AC0

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

Shades of Rich Blue #5C5AC0

Tints of Rich Blue #5C5AC0

Color information

#5C5AC0 (or 0x5C5AC0) is unknown color: approx Rich Blue. HEX triplet: 5C, 5A and C0. RGB value is (92,90,192). Sum of RGB (Red+Green+Blue) = 92+90+192=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #5C5AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5AC0 is #A3A53F. Grayscale: #656565. Windows color (decimal): -10724672 or 12606044. OLE color: 12606044.

HSL color Cylindrical-coordinate representation of color #5C5AC0: hue angle of 241.18º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C5AC0 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9290192-
CMYK0.520.5300.25
HSL241.18º44.74%55.29%-
HSV(B)241.18º53.12%75.29%-
XYZ17.5813.3951.53-
YUV102.23178.66120.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.60%
GREEN value IS 90 (35.55% from 255) = 24.06%
BLUE value IS 192 (75.39% from 255) = 51.34%
R=24.60%
G=24.06%
B=51.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92901920.520.5300.25241.1844.7455.29
Hex5C5AC03435019f12d37
Octal13413230064650313615567
Binary101110010110101100000011010011010101100111110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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