#052056

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

Shades of Sapphire #052056

Tints of Sapphire #052056

Color information

#052056 (or 0x052056) is unknown color: approx Sapphire. HEX triplet: 05, 20 and 56. RGB value is (5,32,86). Sum of RGB (Red+Green+Blue) = 5+32+86=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #052056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052056 is #FADFA9. Grayscale: #1D1D1D. Windows color (decimal): -16441258 or 5644293. OLE color: 5644293.

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

Color convert

RGB53286-
CMYK0.940.6300.66
HSL220º89.01%17.84%-
HSV(B)220º94.19%33.73%-
XYZ2.261.749.02-
YUV30.08159.55110.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 86 (33.98% from 255) = 69.92%
R=4.07%
G=26.02%
B=69.92%

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
Decimal532860.940.6300.6622089.0117.84
Hex520565E3F042dc5912
Octal54012613677010233413122
Binary101100000101011010111101111110100001011011100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052056; }

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

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

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

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

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

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

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

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