#524DB1

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

Shades of Rich Blue #524DB1

Tints of Rich Blue #524DB1

Color information

#524DB1 (or 0x524DB1) is unknown color: approx Rich Blue. HEX triplet: 52, 4D and B1. RGB value is (82,77,177). Sum of RGB (Red+Green+Blue) = 82+77+177=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #524DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524DB1 is #ADB24E. Grayscale: #595959. Windows color (decimal): -11383375 or 11619666. OLE color: 11619666.

HSL color Cylindrical-coordinate representation of color #524DB1: hue angle of 243º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524DB1 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8277177-
CMYK0.540.5600.31
HSL243º39.37%49.8%-
HSV(B)243º56.5%69.41%-
XYZ14.0710.2842.84-
YUV89.9177.16122.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 177 (69.53% from 255) = 52.68%
R=24.40%
G=22.92%
B=52.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82771770.540.5600.3124339.3749.8
Hex524DB1363801Ff32732
Octal12211526166700373634762
Binary101001010011011011000111011011100001111111110011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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