#524FAE

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

Shades of Rich Blue #524FAE

Tints of Rich Blue #524FAE

Color information

#524FAE (or 0x524FAE) is unknown color: approx Rich Blue. HEX triplet: 52, 4F and AE. RGB value is (82,79,174). Sum of RGB (Red+Green+Blue) = 82+79+174=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #524FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524FAE is #ADB051. Grayscale: #5A5A5A. Windows color (decimal): -11382866 or 11423570. OLE color: 11423570.

HSL color Cylindrical-coordinate representation of color #524FAE: hue angle of 241.89º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #524FAE is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8279174-
CMYK0.530.5500.32
HSL241.89º37.55%49.61%-
HSV(B)241.89º54.6%68.24%-
XYZ13.9210.4441.33-
YUV90.73174.99121.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=24.48%
G=23.58%
B=51.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82791740.530.5500.32241.8937.5549.61
Hex524FAE3537020f22632
Octal12211725665670403624662
Binary1010010100111110101110110101110111010000011110010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,79,174); }

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

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

 a { background-color: rgb(82,79,174); }

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

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

 span { border-color: rgb(82,79,174); }

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