#5D529C

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

Shades of Rich Blue #5D529C

Tints of Rich Blue #5D529C

Color information

#5D529C (or 0x5D529C) is unknown color: approx Rich Blue. HEX triplet: 5D, 52 and 9C. RGB value is (93,82,156). Sum of RGB (Red+Green+Blue) = 93+82+156=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D529C is #A2AD63. Grayscale: #5D5D5D. Windows color (decimal): -10661220 or 10244701. OLE color: 10244701.

HSL color Cylindrical-coordinate representation of color #5D529C: hue angle of 248.92º 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 #5D529C is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9382156-
CMYK0.400.4700.39
HSL248.92º31.09%46.67%-
HSV(B)248.92º47.44%61.18%-
XYZ13.5310.7632.82-
YUV93.72163.14127.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.10%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=28.10%
G=24.77%
B=47.13%

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
Decimal93821560.400.4700.39248.9231.0946.67
Hex5D529C282F027f91f2f
Octal13512223450570473713757
Binary101110110100101001110010100010111101001111111100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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