#524AAF

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

Shades of Rich Blue #524AAF

Tints of Rich Blue #524AAF

Color information

#524AAF (or 0x524AAF) is unknown color: approx Rich Blue. HEX triplet: 52, 4A and AF. RGB value is (82,74,175). Sum of RGB (Red+Green+Blue) = 82+74+175=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #524AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524AAF is #ADB550. Grayscale: #575757. Windows color (decimal): -11384145 or 11487826. OLE color: 11487826.

HSL color Cylindrical-coordinate representation of color #524AAF: hue angle of 244.75º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #524AAF is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8274175-
CMYK0.530.5800.31
HSL244.75º40.56%48.82%-
HSV(B)244.75º57.71%68.63%-
XYZ13.679.7941.73-
YUV87.91177.15123.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=24.77%
G=22.36%
B=52.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82741750.530.5800.31244.7540.5648.82
Hex524AAF353A01Ff52931
Octal12211225765720373655161
Binary101001010010101010111111010111101001111111110101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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