#525CAC

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

Shades of Rich Blue #525CAC

Tints of Rich Blue #525CAC

Color information

#525CAC (or 0x525CAC) is unknown color: approx Rich Blue. HEX triplet: 52, 5C and AC. RGB value is (82,92,172). Sum of RGB (Red+Green+Blue) = 82+92+172=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #525CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525CAC is #ADA353. Grayscale: #616161. Windows color (decimal): -11379540 or 11295826. OLE color: 11295826.

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

Color convert

RGB8292172-
CMYK0.520.4700.33
HSL233.33º35.43%49.8%-
HSV(B)233.33º52.33%67.45%-
XYZ14.7512.4340.65-
YUV98.13169.69116.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 172 (67.58% from 255) = 49.71%
R=23.70%
G=26.59%
B=49.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82921720.520.4700.33233.3335.4349.8
Hex525CAC342F021e92332
Octal12213425464570413514362
Binary1010010101110010101100110100101111010000111101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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