#052276

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

Shades of Sapphire #052276

Tints of Sapphire #052276

Color information

#052276 (or 0x052276) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 76. RGB value is (5,34,118). Sum of RGB (Red+Green+Blue) = 5+34+118=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #052276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052276 is #FADD89. Grayscale: #222222. Windows color (decimal): -16440714 or 7741957. OLE color: 7741957.

HSL color Cylindrical-coordinate representation of color #052276: hue angle of 224.6º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052276 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB534118-
CMYK0.960.7100.54
HSL224.6º91.87%24.12%-
HSV(B)224.6º95.76%46.27%-
XYZ3.92.4817.41-
YUV34.9174.89106.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 118 (46.48% from 255) = 75.16%
R=3.18%
G=21.66%
B=75.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5341180.960.7100.54224.691.8724.12
Hex522766047036e15c18
Octal54216614010706634113430
Binary101100010111011011000001000111011011011100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052276; }

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

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

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

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

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

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

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

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