#052158

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

Shades of Sapphire #052158

Tints of Sapphire #052158

Color information

#052158 (or 0x052158) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 58. RGB value is (5,33,88). Sum of RGB (Red+Green+Blue) = 5+33+88=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 88 (34.77% from 255 or 69.84% from 126); Max value from RGB is 88 - color contains mainly: blue. Hex color #052158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052158 is #FADEA7. Grayscale: #1E1E1E. Windows color (decimal): -16441000 or 5775621. OLE color: 5775621.

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

Color convert

RGB53388-
CMYK0.940.6200.65
HSL219.76º89.25%18.24%-
HSV(B)219.76º94.32%34.51%-
XYZ2.371.829.46-
YUV30.9160.22109.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 88 (34.77% from 255) = 69.84%
R=3.97%
G=26.19%
B=69.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal533880.940.6200.65219.7689.2518.24
Hex521585E3E041dc5912
Octal54113013676010133413122
Binary101100001101100010111101111100100000111011100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052158; }

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

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

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

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

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

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

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

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