#051556

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

Shades of Sapphire #051556

Tints of Sapphire #051556

Color information

#051556 (or 0x051556) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 56. RGB value is (5,21,86). Sum of RGB (Red+Green+Blue) = 5+21+86=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 86 (33.98% from 255 or 76.79% from 112); Max value from RGB is 86 - color contains mainly: blue. Hex color #051556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051556 is #FAEAA9. Grayscale: #171717. Windows color (decimal): -16444074 or 5641477. OLE color: 5641477.

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

Color convert

RGB52186-
CMYK0.940.7600.66
HSL228.15º89.01%17.84%-
HSV(B)228.15º94.19%33.73%-
XYZ2.011.248.94-
YUV23.63163.2114.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 86 (33.98% from 255) = 76.79%
R=4.46%
G=18.75%
B=76.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal521860.940.7600.66228.1589.0117.84
Hex515565E4C042e45912
Octal525126136114010234413122
Binary101101011010110101111010011000100001011100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051556; }

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

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

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

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

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

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

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

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