#052858

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

Shades of Sapphire #052858

Tints of Sapphire #052858

Color information

#052858 (or 0x052858) is unknown color: approx Sapphire. HEX triplet: 05, 28 and 58. RGB value is (5,40,88). Sum of RGB (Red+Green+Blue) = 5+40+88=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #052858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052858 is #FAD7A7. Grayscale: #222222. Windows color (decimal): -16439208 or 5777413. OLE color: 5777413.

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

Color convert

RGB54088-
CMYK0.940.5500.65
HSL214.7º89.25%18.24%-
HSV(B)214.7º94.32%34.51%-
XYZ2.582.259.53-
YUV35.01157.9106.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 88 (34.77% from 255) = 66.17%
R=3.76%
G=30.08%
B=66.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal540880.940.5500.65214.789.2518.24
Hex528585E37041d75912
Octal55013013667010132713122
Binary101101000101100010111101101110100000111010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052858; }

 p { color: rgb(5,40,88); }

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

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

 a { background-color: rgb(5,40,88); }

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

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

 span { border-color: rgb(5,40,88); }

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