#052255

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

Shades of Sapphire #052255

Tints of Sapphire #052255

Color information

#052255 (or 0x052255) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 55. RGB value is (5,34,85). Sum of RGB (Red+Green+Blue) = 5+34+85=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #052255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052255 is #FADDAA. Grayscale: #1E1E1E. Windows color (decimal): -16440747 or 5579269. OLE color: 5579269.

HSL color Cylindrical-coordinate representation of color #052255: hue angle of 218.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052255 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB53485-
CMYK0.940.6000.67
HSL218.25º88.89%17.65%-
HSV(B)218.25º94.12%33.33%-
XYZ2.271.838.83-
YUV31.14158.39109.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 85 (33.59% from 255) = 68.55%
R=4.03%
G=27.42%
B=68.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal534850.940.6000.67218.2588.8917.65
Hex522555E3C043da5912
Octal54212513674010333213122
Binary101100010101010110111101111000100001111011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052255; }

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

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

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

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

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

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

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

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