#524DAC

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

Shades of Rich Blue #524DAC

Tints of Rich Blue #524DAC

Color information

#524DAC (or 0x524DAC) is unknown color: approx Rich Blue. HEX triplet: 52, 4D and AC. RGB value is (82,77,172). Sum of RGB (Red+Green+Blue) = 82+77+172=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #524DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524DAC is #ADB253. Grayscale: #585858. Windows color (decimal): -11383380 or 11291986. OLE color: 11291986.

HSL color Cylindrical-coordinate representation of color #524DAC: hue angle of 243.16º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #524DAC is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8277172-
CMYK0.520.5500.33
HSL243.16º38.15%48.82%-
HSV(B)243.16º55.23%67.45%-
XYZ13.5810.0840.26-
YUV89.32174.66122.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=24.77%
G=23.26%
B=51.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82771720.520.5500.33243.1638.1548.82
Hex524DAC3437021f32631
Octal12211525464670413634661
Binary1010010100110110101100110100110111010000111110011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,77,172); }

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

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

 a { background-color: rgb(82,77,172); }

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

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

 span { border-color: rgb(82,77,172); }

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