#052659

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

Shades of Sapphire #052659

Tints of Sapphire #052659

Color information

#052659 (or 0x052659) is unknown color: approx Sapphire. HEX triplet: 05, 26 and 59. RGB value is (5,38,89). Sum of RGB (Red+Green+Blue) = 5+38+89=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #052659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052659 is #FAD9A6. Grayscale: #212121. Windows color (decimal): -16439719 or 5842437. OLE color: 5842437.

HSL color Cylindrical-coordinate representation of color #052659: hue angle of 216.43º 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 #052659 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB53889-
CMYK0.940.5700.65
HSL216.43º89.36%18.43%-
HSV(B)216.43º94.38%34.9%-
XYZ2.562.149.73-
YUV33.95159.07107.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 89 (35.16% from 255) = 67.42%
R=3.79%
G=28.79%
B=67.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal538890.940.5700.65216.4389.3618.43
Hex526595E39041d85912
Octal54613113671010133013122
Binary101100110101100110111101110010100000111011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052659; }

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

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

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

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

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

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

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

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