Html Css Color HEX #524DAF Rich Blue

📋 copy color: '#524DAF'

red 82 ◦ green 77 ◦ blue 175

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

Shades of Rich Blue #524DAF

Tints of Rich Blue #524DAF

RGB

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

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

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

R = 24.55%
G = 23.05%
B = 52.4%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#524DAF (or 0x524DAF) is known color: Rich Blue. HEX triplet: 52, 4D and AF. RGB value is (82,77,175). Sum of RGB (Red+Green+Blue) = 82+77+175=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #524DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524DAF is #ADB250. Grayscale: #595959. Windows color (decimal): -11383377 or 11488594. OLE color: 11488594.

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

Color convert

RGB 82 77 175 -
CMYK 0.53 0.56 0 0.31
HSL 243.06º 0.39% 0.49% -
HSV(B) 243.06º 0.56% 0.69% -
XYZ 13.87 10.2 41.79 -
YUV 89.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 82 77 175 0.53 0.56 0 0.31 243.06 0.39 0.49
Hex 52 4D AF 35 38 0 1F F3 27 31
Octal 122 115 257 65 70 0 37 363 47 61
Binary 1010010 1001101 10101111 110101 111000 0 11111 11110011 100111 110001

Color Harmonies of #524DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524DAF

Black with #524DAF

Text Example


Text Example

White with #524DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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