#055048

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

Shades of Cyprus #055048

Tints of Cyprus #055048

Color information

#055048 (or 0x055048) is unknown color: approx Cyprus. HEX triplet: 05, 50 and 48. RGB value is (5,80,72). Sum of RGB (Red+Green+Blue) = 5+80+72=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #055048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055048 is #FAAFB7. Grayscale: #383838. Windows color (decimal): -16428984 or 4739077. OLE color: 4739077.

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

Color convert

RGB58072-
CMYK0.9400.100.69
HSL173.6º88.24%16.67%-
HSV(B)173.6º93.75%31.37%-
XYZ4.16.247.12-
YUV56.66136.6591.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 80 (31.64% from 255) = 50.96%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=3.18%
G=50.96%
B=45.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal580720.9400.100.69173.688.2416.67
Hex550485E0A45ae5811
Octal512011013601210525613021
Binary10110100001001000101111001010100010110101110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055048; }

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

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

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

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

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

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

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

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