#525FAD

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

Shades of Rich Blue #525FAD

Tints of Rich Blue #525FAD

Color information

#525FAD (or 0x525FAD) is unknown color: approx Rich Blue. HEX triplet: 52, 5F and AD. RGB value is (82,95,173). Sum of RGB (Red+Green+Blue) = 82+95+173=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #525FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525FAD is #ADA052. Grayscale: #636363. Windows color (decimal): -11378771 or 11362130. OLE color: 11362130.

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

Color convert

RGB8295173-
CMYK0.530.4500.32
HSL231.43º35.69%50%-
HSV(B)231.43º52.6%67.84%-
XYZ15.111341.25-
YUV100169.19115.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=23.43%
G=27.14%
B=49.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82951730.530.4500.32231.4335.6950
Hex525FAD352D020e72432
Octal12213725565550403474462
Binary1010010101111110101101110101101101010000011100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,95,173); }

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

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

 a { background-color: rgb(82,95,173); }

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

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

 span { border-color: rgb(82,95,173); }

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