Html Css Color HEX #525DAE Rich Blue

📋 copy color: '#525DAE'

red 82 ◦ green 93 ◦ blue 174

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

Shades of Rich Blue #525DAE

Tints of Rich Blue #525DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 23.5%
G = 26.65%
B = 49.86%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#525DAE (or 0x525DAE) is known color: Rich Blue. HEX triplet: 52, 5D and AE. RGB value is (82,93,174). Sum of RGB (Red+Green+Blue) = 82+93+174=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #525DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DAE is #ADA251. Grayscale: #626262. Windows color (decimal): -11379282 or 11427154. OLE color: 11427154.

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

Color convert

RGB 82 93 174 -
CMYK 0.53 0.47 0 0.32
HSL 232.83º 0.36% 0.5% -
HSV(B) 232.83º 0.53% 0.68% -
XYZ 15.03 12.68 41.7 -
YUV 98.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 82 93 174 0.53 0.47 0 0.32 232.83 0.36 0.5
Hex 52 5D AE 35 2F 0 20 E9 24 32
Octal 122 135 256 65 57 0 40 351 44 62
Binary 1010010 1011101 10101110 110101 101111 0 100000 11101001 100100 110010

Color Harmonies of #525DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525DAE

Black with #525DAE

Text Example


Text Example

White with #525DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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