#5C64A5

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

Shades of Rich Blue #5C64A5

Tints of Rich Blue #5C64A5

Color information

#5C64A5 (or 0x5C64A5) is unknown color: approx Rich Blue. HEX triplet: 5C, 64 and A5. RGB value is (92,100,165). Sum of RGB (Red+Green+Blue) = 92+100+165=357 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.77% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #5C64A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C64A5 is #A39B5A. Grayscale: #686868. Windows color (decimal): -10722139 or 10839132. OLE color: 10839132.

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

Color convert

RGB92100165-
CMYK0.440.3900.35
HSL233.42º28.85%50.39%-
HSV(B)233.42º44.24%64.71%-
XYZ15.7614.1137.49-
YUV105.02161.85118.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.77%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=25.77%
G=28.01%
B=46.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal921001650.440.3900.35233.4228.8550.39
Hex5C64A52C27023e91d32
Octal13414424554470433513562
Binary101110011001001010010110110010011101000111110100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C64A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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