Html Css Color HEX #524CAF Rich Blue

📋 copy color: '#524CAF'

red 82 ◦ green 76 ◦ blue 175

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

Shades of Rich Blue #524CAF

Tints of Rich Blue #524CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.82%

 BLUE value IS 175 (68.75% from 255) = 52.55%

R = 24.62%
G = 22.82%
B = 52.55%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#524CAF (or 0x524CAF) is known color: Rich Blue. HEX triplet: 52, 4C and AF. RGB value is (82,76,175). Sum of RGB (Red+Green+Blue) = 82+76+175=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #524CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524CAF is #ADB350. Grayscale: #585858. Windows color (decimal): -11383633 or 11488338. OLE color: 11488338.

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

Color convert

RGB 82 76 175 -
CMYK 0.53 0.57 0 0.31
HSL 243.64º 0.39% 0.49% -
HSV(B) 243.64º 0.57% 0.69% -
XYZ 13.8 10.06 41.77 -
YUV 89.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 82 76 175 0.53 0.57 0 0.31 243.64 0.39 0.49
Hex 52 4C AF 35 39 0 1F F4 27 31
Octal 122 114 257 65 71 0 37 364 47 61
Binary 1010010 1001100 10101111 110101 111001 0 11111 11110100 100111 110001

Color Harmonies of #524CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524CAF

Black with #524CAF

Text Example


Text Example

White with #524CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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