#051552

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

Shades of Sapphire #051552

Tints of Sapphire #051552

Color information

#051552 (or 0x051552) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 52. RGB value is (5,21,82). Sum of RGB (Red+Green+Blue) = 5+21+82=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 82 (32.42% from 255 or 75.93% from 108); Max value from RGB is 82 - color contains mainly: blue. Hex color #051552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051552 is #FAEAAD. Grayscale: #161616. Windows color (decimal): -16444078 or 5379333. OLE color: 5379333.

HSL color Cylindrical-coordinate representation of color #051552: hue angle of 227.53º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051552 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB52182-
CMYK0.940.7400.68
HSL227.53º88.51%17.06%-
HSV(B)227.53º93.9%32.16%-
XYZ1.851.188.11-
YUV23.17161.2115.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 82 (32.42% from 255) = 75.93%
R=4.63%
G=19.44%
B=75.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal521820.940.7400.68227.5388.5117.06
Hex515525E4A044e45911
Octal525122136112010434413121
Binary101101011010010101111010010100100010011100100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051552; }

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

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

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

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

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

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

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

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