#524AB4

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

Shades of Rich Blue #524AB4

Tints of Rich Blue #524AB4

Color information

#524AB4 (or 0x524AB4) is unknown color: approx Rich Blue. HEX triplet: 52, 4A and B4. RGB value is (82,74,180). Sum of RGB (Red+Green+Blue) = 82+74+180=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #524AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524AB4 is #ADB54B. Grayscale: #585858. Windows color (decimal): -11384140 or 11815506. OLE color: 11815506.

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

Color convert

RGB8274180-
CMYK0.540.5900.29
HSL244.53º41.73%49.8%-
HSV(B)244.53º58.89%70.59%-
XYZ14.179.9944.36-
YUV88.48179.65123.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 180 (70.70% from 255) = 53.57%
R=24.40%
G=22.02%
B=53.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82741800.540.5900.29244.5341.7349.8
Hex524AB4363B01Df52a32
Octal12211226466730353655262
Binary101001010010101011010011011011101101110111110101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,74,180); }

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

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

 a { background-color: rgb(82,74,180); }

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

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

 span { border-color: rgb(82,74,180); }

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