#524DA5

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

Shades of Rich Blue #524DA5

Tints of Rich Blue #524DA5

Color information

#524DA5 (or 0x524DA5) is unknown color: approx Rich Blue. HEX triplet: 52, 4D and A5. RGB value is (82,77,165). Sum of RGB (Red+Green+Blue) = 82+77+165=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 165 (64.84% from 255 or 50.93% from 324); Max value from RGB is 165 - color contains mainly: blue. Hex color #524DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524DA5 is #ADB25A. Grayscale: #585858. Windows color (decimal): -11383387 or 10833234. OLE color: 10833234.

HSL color Cylindrical-coordinate representation of color #524DA5: hue angle of 243.41º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #524DA5 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8277165-
CMYK0.500.5300.35
HSL243.41º36.36%47.45%-
HSV(B)243.41º53.33%64.71%-
XYZ12.939.8236.81-
YUV88.53171.16123.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 165 (64.84% from 255) = 50.93%
R=25.31%
G=23.77%
B=50.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82771650.500.5300.35243.4136.3647.45
Hex524DA53235023f3242f
Octal12211524562650433634457
Binary1010010100110110100101110010110101010001111110011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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