#5E62AF

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

Shades of Rich Blue #5E62AF

Tints of Rich Blue #5E62AF

Color information

#5E62AF (or 0x5E62AF) is unknown color: approx Rich Blue. HEX triplet: 5E, 62 and AF. RGB value is (94,98,175). Sum of RGB (Red+Green+Blue) = 94+98+175=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E62AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E62AF is #A19D50. Grayscale: #696969. Windows color (decimal): -10591569 or 11493982. OLE color: 11493982.

HSL color Cylindrical-coordinate representation of color #5E62AF: hue angle of 237.04º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E62AF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9498175-
CMYK0.460.4400.31
HSL237.04º33.61%52.75%-
HSV(B)237.04º46.29%68.63%-
XYZ16.7214.2142.42-
YUV105.58167.17119.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.61%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=25.61%
G=26.70%
B=47.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94981750.460.4400.31237.0433.6152.75
Hex5E62AF2E2C01Fed2235
Octal13614225756540373554265
Binary101111011000101010111110111010110001111111101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E62AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,98,175); }

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

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

 a { background-color: rgb(94,98,175); }

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

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

 span { border-color: rgb(94,98,175); }

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