#5260AB

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

Shades of Rich Blue #5260AB

Tints of Rich Blue #5260AB

Color information

#5260AB (or 0x5260AB) is unknown color: approx Rich Blue. HEX triplet: 52, 60 and AB. RGB value is (82,96,171). Sum of RGB (Red+Green+Blue) = 82+96+171=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #5260AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5260AB is #AD9F54. Grayscale: #646464. Windows color (decimal): -11378517 or 11231314. OLE color: 11231314.

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

Color convert

RGB8296171-
CMYK0.520.4400.33
HSL230.56º35.18%49.61%-
HSV(B)230.56º52.05%67.06%-
XYZ15.0113.140.27-
YUV100.36167.86114.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=23.50%
G=27.51%
B=49.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82961710.520.4400.33230.5635.1849.61
Hex5260AB342C021e72332
Octal12214025364540413474362
Binary1010010110000010101011110100101100010000111100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5260AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5260AB; }

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

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

<style>
 a { background-color: #5260AB; }

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

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

<style>
 span { border-color: #5260AB; }

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

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