#5E5EAF

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

Shades of Rich Blue #5E5EAF

Tints of Rich Blue #5E5EAF

Color information

#5E5EAF (or 0x5E5EAF) is unknown color: approx Rich Blue. HEX triplet: 5E, 5E and AF. RGB value is (94,94,175). Sum of RGB (Red+Green+Blue) = 94+94+175=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E5EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5EAF is #A1A150. Grayscale: #666666. Windows color (decimal): -10592593 or 11492958. OLE color: 11492958.

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

Color convert

RGB9494175-
CMYK0.460.4600.31
HSL240º33.61%52.75%-
HSV(B)240º46.29%68.63%-
XYZ16.3613.4842.3-
YUV103.23168.5121.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.90%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=25.90%
G=25.90%
B=48.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94941750.460.4600.3124033.6152.75
Hex5E5EAF2E2E01Ff02235
Octal13613625756560373604265
Binary101111010111101010111110111010111001111111110000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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