#5C64A3

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

Shades of Rich Blue #5C64A3

Tints of Rich Blue #5C64A3

Color information

#5C64A3 (or 0x5C64A3) is unknown color: approx Rich Blue. HEX triplet: 5C, 64 and A3. RGB value is (92,100,163). Sum of RGB (Red+Green+Blue) = 92+100+163=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #5C64A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C64A3 is #A39B5C. Grayscale: #686868. Windows color (decimal): -10722141 or 10708060. OLE color: 10708060.

HSL color Cylindrical-coordinate representation of color #5C64A3: hue angle of 233.24º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C64A3 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB92100163-
CMYK0.440.3900.36
HSL233.24º27.84%50%-
HSV(B)233.24º43.56%63.92%-
XYZ15.5814.0336.54-
YUV104.79160.85118.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.92%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 163 (64.06% from 255) = 45.92%
R=25.92%
G=28.17%
B=45.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921001630.440.3900.36233.2427.8450
Hex5C64A32C27024e91c32
Octal13414424354470443513462
Binary101110011001001010001110110010011101001001110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C64A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,100,163); }

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

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

 a { background-color: rgb(92,100,163); }

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

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

 span { border-color: rgb(92,100,163); }

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