#052759

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

Shades of Sapphire #052759

Tints of Sapphire #052759

Color information

#052759 (or 0x052759) is unknown color: approx Sapphire. HEX triplet: 05, 27 and 59. RGB value is (5,39,89). Sum of RGB (Red+Green+Blue) = 5+39+89=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #052759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052759 is #FAD8A6. Grayscale: #222222. Windows color (decimal): -16439463 or 5842693. OLE color: 5842693.

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

Color convert

RGB53989-
CMYK0.940.5600.65
HSL215.71º89.36%18.43%-
HSV(B)215.71º94.38%34.9%-
XYZ2.592.29.74-
YUV34.53158.74106.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 89 (35.16% from 255) = 66.92%
R=3.76%
G=29.32%
B=66.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal539890.940.5600.65215.7189.3618.43
Hex527595E38041d85912
Octal54713113670010133013122
Binary101100111101100110111101110000100000111011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052759; }

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

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

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

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

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

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

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

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