#524CB5

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

Shades of Rich Blue #524CB5

Tints of Rich Blue #524CB5

Color information

#524CB5 (or 0x524CB5) is unknown color: approx Rich Blue. HEX triplet: 52, 4C and B5. RGB value is (82,76,181). Sum of RGB (Red+Green+Blue) = 82+76+181=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 181 (71.09% from 255 or 53.39% from 339); Max value from RGB is 181 - color contains mainly: blue. Hex color #524CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CB5 is #ADB34A. Grayscale: #595959. Windows color (decimal): -11383627 or 11881554. OLE color: 11881554.

HSL color Cylindrical-coordinate representation of color #524CB5: hue angle of 243.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #524CB5 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8276181-
CMYK0.550.5800.29
HSL243.43º41.5%50.39%-
HSV(B)243.43º58.01%70.98%-
XYZ14.410.344.94-
YUV89.76179.49122.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 181 (71.09% from 255) = 53.39%
R=24.19%
G=22.42%
B=53.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82761810.550.5800.29243.4341.550.39
Hex524CB5373A01Df32a32
Octal12211426567720353635262
Binary101001010011001011010111011111101001110111110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524CB5; }

 p { color: rgb(82,76,181); }

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

<style>
 a { background-color: #524CB5; }

 a { background-color: rgb(82,76,181); }

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

<style>
 span { border-color: #524CB5; }

 span { border-color: rgb(82,76,181); }

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