#5C62AA

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

Shades of Rich Blue #5C62AA

Tints of Rich Blue #5C62AA

Color information

#5C62AA (or 0x5C62AA) is unknown color: approx Rich Blue. HEX triplet: 5C, 62 and AA. RGB value is (92,98,170). Sum of RGB (Red+Green+Blue) = 92+98+170=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C62AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C62AA is #A39D55. Grayscale: #686868. Windows color (decimal): -10722646 or 11166300. OLE color: 11166300.

HSL color Cylindrical-coordinate representation of color #5C62AA: hue angle of 235.38º 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 #5C62AA is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9298170-
CMYK0.460.4200.33
HSL235.38º31.45%51.37%-
HSV(B)235.38º45.88%66.67%-
XYZ16.0413.9139.87-
YUV104.41165.01119.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.56%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=25.56%
G=27.22%
B=47.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92981700.460.4200.33235.3831.4551.37
Hex5C62AA2E2A021eb1f33
Octal13414225256520413533763
Binary101110011000101010101010111010101001000011110101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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