#525dab

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

Shades of Rich Blue #525DAB

Tints of Rich Blue #525DAB

Color information

#525DAB (or 0x525DAB) is unknown color: approx Rich Blue. HEX triplet: 52, 5D and AB. RGB value is (82,93,171). Sum of RGB (Red+Green+Blue) = 82+93+171=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #525DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DAB is #ADA254. Grayscale: #626262. Windows color (decimal): -11379285 or 11230546. OLE color: 11230546.

HSL color Cylindrical-coordinate representation of color #525DAB: hue angle of 232.58º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #525DAB is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8293171-
CMYK0.520.4600.33
HSL232.58º35.18%49.61%-
HSV(B)232.58º52.05%67.06%-
XYZ14.7412.5640.18-
YUV98.6168.86116.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=23.70%
G=26.88%
B=49.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82931710.520.4600.33232.5835.1849.61
Hex525DAB342E021e92332
Octal12213525364560413514362
Binary1010010101110110101011110100101110010000111101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525dab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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