#052550

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

Shades of Sapphire #052550

Tints of Sapphire #052550

Color information

#052550 (or 0x052550) is unknown color: approx Sapphire. HEX triplet: 05, 25 and 50. RGB value is (5,37,80). Sum of RGB (Red+Green+Blue) = 5+37+80=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #052550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052550 is #FADAAF. Grayscale: #202020. Windows color (decimal): -16439984 or 5252357. OLE color: 5252357.

HSL color Cylindrical-coordinate representation of color #052550: hue angle of 214.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052550 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB53780-
CMYK0.940.5400.69
HSL214.4º88.24%16.67%-
HSV(B)214.4º93.75%31.37%-
XYZ2.171.937.85-
YUV32.33154.9108.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 80 (31.64% from 255) = 65.57%
R=4.10%
G=30.33%
B=65.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal537800.940.5400.69214.488.2416.67
Hex525505E36045d65811
Octal54512013666010532613021
Binary101100101101000010111101101100100010111010110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052550; }

 p { color: rgb(5,37,80); }

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

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

 a { background-color: rgb(5,37,80); }

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

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

 span { border-color: rgb(5,37,80); }

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