#052257

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

Shades of Sapphire #052257

Tints of Sapphire #052257

Color information

#052257 (or 0x052257) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 57. RGB value is (5,34,87). Sum of RGB (Red+Green+Blue) = 5+34+87=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 87 (34.38% from 255 or 69.05% from 126); Max value from RGB is 87 - color contains mainly: blue. Hex color #052257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052257 is #FADDA8. Grayscale: #1F1F1F. Windows color (decimal): -16440745 or 5710341. OLE color: 5710341.

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

Color convert

RGB53487-
CMYK0.940.6100.66
HSL218.78º89.13%18.04%-
HSV(B)218.78º94.25%34.12%-
XYZ2.351.869.25-
YUV31.37159.39109.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 87 (34.38% from 255) = 69.05%
R=3.97%
G=26.98%
B=69.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal534870.940.6100.66218.7889.1318.04
Hex522575E3D042db5912
Octal54212713675010233313122
Binary101100010101011110111101111010100001011011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052257; }

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

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

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

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

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

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

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

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