#5F62AD

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

Shades of Rich Blue #5F62AD

Tints of Rich Blue #5F62AD

Color information

#5F62AD (or 0x5F62AD) is unknown color: approx Rich Blue. HEX triplet: 5F, 62 and AD. RGB value is (95,98,173). Sum of RGB (Red+Green+Blue) = 95+98+173=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F62AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F62AD is #A09D52. Grayscale: #696969. Windows color (decimal): -10526035 or 11362911. OLE color: 11362911.

HSL color Cylindrical-coordinate representation of color #5F62AD: hue angle of 237.69º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F62AD is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9598173-
CMYK0.450.4300.32
HSL237.69º32.23%52.55%-
HSV(B)237.69º45.09%67.84%-
XYZ16.6314.1941.4-
YUV105.65166.01120.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.96%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=25.96%
G=26.78%
B=47.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95981730.450.4300.32237.6932.2352.55
Hex5F62AD2D2B020ee2035
Octal13714225555530403564065
Binary1011111110001010101101101101101011010000011101110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,98,173); }

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

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

 a { background-color: rgb(95,98,173); }

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

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

 span { border-color: rgb(95,98,173); }

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