#525CAE

Color #525CAE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #525CAE

Tints of Rich Blue #525CAE

Color information

#525CAE (or 0x525CAE) is unknown color: approx Rich Blue. HEX triplet: 52, 5C and AE. RGB value is (82,92,174). Sum of RGB (Red+Green+Blue) = 82+92+174=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #525CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525CAE is #ADA351. Grayscale: #626262. Windows color (decimal): -11379538 or 11426898. OLE color: 11426898.

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

Color convert

RGB8292174-
CMYK0.530.4700.32
HSL233.48º36.22%50.2%-
HSV(B)233.48º52.87%68.24%-
XYZ14.9512.541.67-
YUV98.36170.69116.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 174 (68.36% from 255) = 50%
R=23.56%
G=26.44%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82921740.530.4700.32233.4836.2250.2
Hex525CAE352F020e92432
Octal12213425665570403514462
Binary1010010101110010101110110101101111010000011101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #525CAE;
 }
 .AnyTagClassName
 {
   color: #525CAE;
 }
</style>
background-color css

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

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

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

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

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

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