#052559

Color #052559 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #052559

Tints of Sapphire #052559

Color information

#052559 (or 0x052559) is unknown color: approx Sapphire. HEX triplet: 05, 25 and 59. RGB value is (5,37,89). Sum of RGB (Red+Green+Blue) = 5+37+89=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #052559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052559 is #FADAA6. Grayscale: #212121. Windows color (decimal): -16439975 or 5842181. OLE color: 5842181.

HSL color Cylindrical-coordinate representation of color #052559: hue angle of 217.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052559 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB53789-
CMYK0.940.5800.65
HSL217.14º89.36%18.43%-
HSV(B)217.14º94.38%34.9%-
XYZ2.532.089.72-
YUV33.36159.4107.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 89 (35.16% from 255) = 67.94%
R=3.82%
G=28.24%
B=67.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal537890.940.5800.65217.1489.3618.43
Hex525595E3A041d95912
Octal54513113672010133113122
Binary101100101101100110111101110100100000111011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052559; }

 p { color: rgb(5,37,89); }

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

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

 a { background-color: rgb(5,37,89); }

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

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

 span { border-color: rgb(5,37,89); }

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