Html Css Color HEX #525DAF Rich Blue

📋 copy color: '#525DAF'

red 82 ◦ green 93 ◦ blue 175

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

Shades of Rich Blue #525DAF

Tints of Rich Blue #525DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.57%

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

R = 23.43%
G = 26.57%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#525DAF (or 0x525DAF) is known color: Rich Blue. HEX triplet: 52, 5D and AF. RGB value is (82,93,175). Sum of RGB (Red+Green+Blue) = 82+93+175=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #525DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DAF is #ADA250. Grayscale: #626262. Windows color (decimal): -11379281 or 11492690. OLE color: 11492690.

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

Color convert

RGB 82 93 175 -
CMYK 0.53 0.47 0 0.31
HSL 232.9º 0.37% 0.5% -
HSV(B) 232.9º 0.53% 0.69% -
XYZ 15.13 12.72 42.21 -
YUV 99.06 170.86 115.83 -
System Red Green Blue C M Y K H S L
Decimal 82 93 175 0.53 0.47 0 0.31 232.9 0.37 0.5
Hex 52 5D AF 35 2F 0 1F E9 25 32
Octal 122 135 257 65 57 0 37 351 45 62
Binary 1010010 1011101 10101111 110101 101111 0 11111 11101001 100101 110010

Color Harmonies of #525DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525DAF

Black with #525DAF

Text Example


Text Example

White with #525DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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