#5E529C

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

Shades of Rich Blue #5E529C

Tints of Rich Blue #5E529C

Color information

#5E529C (or 0x5E529C) is unknown color: approx Rich Blue. HEX triplet: 5E, 52 and 9C. RGB value is (94,82,156). Sum of RGB (Red+Green+Blue) = 94+82+156=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E529C is #A1AD63. Grayscale: #5D5D5D. Windows color (decimal): -10595684 or 10244702. OLE color: 10244702.

HSL color Cylindrical-coordinate representation of color #5E529C: hue angle of 249.73º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E529C is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9482156-
CMYK0.400.4700.39
HSL249.73º31.09%46.67%-
HSV(B)249.73º47.44%61.18%-
XYZ13.6310.8132.82-
YUV94.02162.98127.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.31%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 156 (61.33% from 255) = 46.99%
R=28.31%
G=24.70%
B=46.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94821560.400.4700.39249.7331.0946.67
Hex5E529C282F027fa1f2f
Octal13612223450570473723757
Binary101111010100101001110010100010111101001111111101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,82,156); }

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

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

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

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

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

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

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