#051558

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

Shades of Sapphire #051558

Tints of Sapphire #051558

Color information

#051558 (or 0x051558) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 58. RGB value is (5,21,88). Sum of RGB (Red+Green+Blue) = 5+21+88=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #051558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051558 is #FAEAA7. Grayscale: #171717. Windows color (decimal): -16444072 or 5772549. OLE color: 5772549.

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

Color convert

RGB52188-
CMYK0.940.7600.65
HSL228.43º89.25%18.24%-
HSV(B)228.43º94.32%34.51%-
XYZ2.091.279.37-
YUV23.85164.2114.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 88 (34.77% from 255) = 77.19%
R=4.39%
G=18.42%
B=77.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal521880.940.7600.65228.4389.2518.24
Hex515585E4C041e45912
Octal525130136114010134413122
Binary101101011011000101111010011000100000111100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051558; }

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

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

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

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

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

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

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

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