Html Css Color HEX #524DAB Rich Blue

📋 copy color: '#524DAB'

red 82 ◦ green 77 ◦ blue 171

#524DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #524DAB

Tints of Rich Blue #524DAB

RGB

 RED value IS 82 (32.42% from 255) = 24.85%

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 24.85%
G = 23.33%
B = 51.82%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#524DAB (or 0x524DAB) is known color: Rich Blue. HEX triplet: 52, 4D and AB. RGB value is (82,77,171). Sum of RGB (Red+Green+Blue) = 82+77+171=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #524DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524DAB is #ADB254. Grayscale: #585858. Windows color (decimal): -11383381 or 11226450. OLE color: 11226450.

HSL color Cylindrical-coordinate representation of color #524DAB: hue angle of 243.19º 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 #524DAB is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 77 171 -
CMYK 0.52 0.55 0 0.33
HSL 243.19º 0.38% 0.49% -
HSV(B) 243.19º 0.55% 0.67% -
XYZ 13.48 10.04 39.76 -
YUV 89.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 82 77 171 0.52 0.55 0 0.33 243.19 0.38 0.49
Hex 52 4D AB 34 37 0 21 F3 26 31
Octal 122 115 253 64 67 0 41 363 46 61
Binary 1010010 1001101 10101011 110100 110111 0 100001 11110011 100110 110001

Color Harmonies of #524DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524DAB

Black with #524DAB

Text Example


Text Example

White with #524DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #524DAB;
 }
 .AnyTagClassName
 {
   color: #524DAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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