#052057

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

Shades of Sapphire #052057

Tints of Sapphire #052057

Color information

#052057 (or 0x052057) is unknown color: approx Sapphire. HEX triplet: 05, 20 and 57. RGB value is (5,32,87). Sum of RGB (Red+Green+Blue) = 5+32+87=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 87 (34.38% from 255 or 70.16% from 124); Max value from RGB is 87 - color contains mainly: blue. Hex color #052057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052057 is #FADFA8. Grayscale: #1D1D1D. Windows color (decimal): -16441257 or 5709829. OLE color: 5709829.

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

Color convert

RGB53287-
CMYK0.940.6300.66
HSL220.24º89.13%18.04%-
HSV(B)220.24º94.25%34.12%-
XYZ2.31.759.23-
YUV30.2160.05110.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 87 (34.38% from 255) = 70.16%
R=4.03%
G=25.81%
B=70.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal532870.940.6300.66220.2489.1318.04
Hex520575E3F042dc5912
Octal54012713677010233413122
Binary101100000101011110111101111110100001011011100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052057; }

 p { color: rgb(5,32,87); }

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

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

 a { background-color: rgb(5,32,87); }

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

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

 span { border-color: rgb(5,32,87); }

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