#524CAB

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

Shades of Rich Blue #524CAB

Tints of Rich Blue #524CAB

Color information

#524CAB (or 0x524CAB) is unknown color: approx Rich Blue. HEX triplet: 52, 4C and AB. RGB value is (82,76,171). Sum of RGB (Red+Green+Blue) = 82+76+171=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #524CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524CAB is #ADB354. Grayscale: #585858. Windows color (decimal): -11383637 or 11226194. OLE color: 11226194.

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

Color convert

RGB8276171-
CMYK0.520.5600.33
HSL243.79º38.46%48.43%-
HSV(B)243.79º55.56%67.06%-
XYZ13.419.939.73-
YUV88.62174.49123.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=24.92%
G=23.10%
B=51.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82761710.520.5600.33243.7938.4648.43
Hex524CAB3438021f42630
Octal12211425364700413644660
Binary1010010100110010101011110100111000010000111110100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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