#5C64AA

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

Shades of Rich Blue #5C64AA

Tints of Rich Blue #5C64AA

Color information

#5C64AA (or 0x5C64AA) is unknown color: approx Rich Blue. HEX triplet: 5C, 64 and AA. RGB value is (92,100,170). Sum of RGB (Red+Green+Blue) = 92+100+170=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C64AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C64AA is #A39B55. Grayscale: #696969. Windows color (decimal): -10722134 or 11166812. OLE color: 11166812.

HSL color Cylindrical-coordinate representation of color #5C64AA: hue angle of 233.85º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C64AA is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB92100170-
CMYK0.460.4100.33
HSL233.85º31.45%51.37%-
HSV(B)233.85º45.88%66.67%-
XYZ16.2314.2939.93-
YUV105.59164.35118.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.41%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=25.41%
G=27.62%
B=46.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921001700.460.4100.33233.8531.4551.37
Hex5C64AA2E29021ea1f33
Octal13414425256510413523763
Binary101110011001001010101010111010100101000011110101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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