#5D62AE

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

Shades of Rich Blue #5D62AE

Tints of Rich Blue #5D62AE

Color information

#5D62AE (or 0x5D62AE) is unknown color: approx Rich Blue. HEX triplet: 5D, 62 and AE. RGB value is (93,98,174). Sum of RGB (Red+Green+Blue) = 93+98+174=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D62AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D62AE is #A29D51. Grayscale: #686868. Windows color (decimal): -10657106 or 11428445. OLE color: 11428445.

HSL color Cylindrical-coordinate representation of color #5D62AE: hue angle of 236.3º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D62AE is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9398174-
CMYK0.470.4400.32
HSL236.3º33.33%52.35%-
HSV(B)236.3º46.55%68.24%-
XYZ16.5214.1241.9-
YUV105.17166.84119.32-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=25.48%
G=26.85%
B=47.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93981740.470.4400.32236.333.3352.35
Hex5D62AE2F2C020ec2134
Octal13514225657540403544164
Binary1011101110001010101110101111101100010000011101100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D62AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,98,174); }

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

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

 a { background-color: rgb(93,98,174); }

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

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

 span { border-color: rgb(93,98,174); }

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