#5C529F

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

Shades of Rich Blue #5C529F

Tints of Rich Blue #5C529F

Color information

#5C529F (or 0x5C529F) is unknown color: approx Rich Blue. HEX triplet: 5C, 52 and 9F. RGB value is (92,82,159). Sum of RGB (Red+Green+Blue) = 92+82+159=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #5C529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C529F is #A3AD60. Grayscale: #5D5D5D. Windows color (decimal): -10726753 or 10441308. OLE color: 10441308.

HSL color Cylindrical-coordinate representation of color #5C529F: hue angle of 247.79º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C529F is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9282159-
CMYK0.420.4800.38
HSL247.79º31.95%47.25%-
HSV(B)247.79º48.43%62.35%-
XYZ13.6910.8134.17-
YUV93.77164.81126.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.63%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 159 (62.5% from 255) = 47.75%
R=27.63%
G=24.62%
B=47.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92821590.420.4800.38247.7931.9547.25
Hex5C529F2A30026f8202f
Octal13412223752600463704057
Binary1011100101001010011111101010110000010011011111000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,82,159); }

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

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

 a { background-color: rgb(92,82,159); }

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

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

 span { border-color: rgb(92,82,159); }

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