Html Css Color HEX #525AAE Rich Blue

📋 copy color: '#525AAE'

red 82 ◦ green 90 ◦ blue 174

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

Shades of Rich Blue #525AAE

Tints of Rich Blue #525AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.01%

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

R = 23.7%
G = 26.01%
B = 50.29%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#525AAE (or 0x525AAE) is known color: Rich Blue. HEX triplet: 52, 5A and AE. RGB value is (82,90,174). Sum of RGB (Red+Green+Blue) = 82+90+174=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #525AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525AAE is #ADA551. Grayscale: #606060. Windows color (decimal): -11380050 or 11426386. OLE color: 11426386.

HSL color Cylindrical-coordinate representation of color #525AAE: hue angle of 234.78º 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 #525AAE is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 90 174 -
CMYK 0.53 0.48 0 0.32
HSL 234.78º 0.36% 0.5% -
HSV(B) 234.78º 0.53% 0.68% -
XYZ 14.78 12.16 41.61 -
YUV 97.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 82 90 174 0.53 0.48 0 0.32 234.78 0.36 0.5
Hex 52 5A AE 35 30 0 20 EB 24 32
Octal 122 132 256 65 60 0 40 353 44 62
Binary 1010010 1011010 10101110 110101 110000 0 100000 11101011 100100 110010

Color Harmonies of #525AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525AAE

Black with #525AAE

Text Example


Text Example

White with #525AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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