#525CA6

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

Shades of Rich Blue #525CA6

Tints of Rich Blue #525CA6

Color information

#525CA6 (or 0x525CA6) is unknown color: approx Rich Blue. HEX triplet: 52, 5C and A6. RGB value is (82,92,166). Sum of RGB (Red+Green+Blue) = 82+92+166=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 166 (65.23% from 255 or 48.82% from 340); Max value from RGB is 166 - color contains mainly: blue. Hex color #525CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525CA6 is #ADA359. Grayscale: #616161. Windows color (decimal): -11379546 or 10902610. OLE color: 10902610.

HSL color Cylindrical-coordinate representation of color #525CA6: hue angle of 232.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #525CA6 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8292166-
CMYK0.510.4500.35
HSL232.86º33.87%48.63%-
HSV(B)232.86º50.6%65.1%-
XYZ14.1912.237.68-
YUV97.45166.69116.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 166 (65.23% from 255) = 48.82%
R=24.12%
G=27.06%
B=48.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82921660.510.4500.35232.8633.8748.63
Hex525CA6332D023e92231
Octal12213424663550433514261
Binary1010010101110010100110110011101101010001111101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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