#5E5CAE

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

Shades of Rich Blue #5E5CAE

Tints of Rich Blue #5E5CAE

Color information

#5E5CAE (or 0x5E5CAE) is unknown color: approx Rich Blue. HEX triplet: 5E, 5C and AE. RGB value is (94,92,174). Sum of RGB (Red+Green+Blue) = 94+92+174=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E5CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5CAE is #A1A351. Grayscale: #656565. Windows color (decimal): -10593106 or 11426910. OLE color: 11426910.

HSL color Cylindrical-coordinate representation of color #5E5CAE: hue angle of 241.46º degrees, saturation: 0.34, 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 #5E5CAE is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9492174-
CMYK0.460.4700.32
HSL241.46º33.61%52.16%-
HSV(B)241.46º47.13%68.24%-
XYZ16.0813.0941.72-
YUV101.95168.66122.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.11%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=26.11%
G=25.56%
B=48.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94921740.460.4700.32241.4633.6152.16
Hex5E5CAE2E2F020f12234
Octal13613425656570403614264
Binary1011110101110010101110101110101111010000011110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,92,174); }

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

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

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

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

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

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

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