#055046

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

Shades of Cyprus #055046

Tints of Cyprus #055046

Color information

#055046 (or 0x055046) is unknown color: approx Cyprus. HEX triplet: 05, 50 and 46. RGB value is (5,80,70). Sum of RGB (Red+Green+Blue) = 5+80+70=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #055046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055046 is #FAAFB9. Grayscale: #383838. Windows color (decimal): -16428986 or 4608005. OLE color: 4608005.

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

Color convert

RGB58070-
CMYK0.9400.120.69
HSL172º88.24%16.67%-
HSV(B)172º93.75%31.37%-
XYZ4.046.216.78-
YUV56.43135.6591.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 80 (31.64% from 255) = 51.61%
BLUE value IS 70 (27.73% from 255) = 45.16%
R=3.23%
G=51.61%
B=45.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal580700.9400.120.6917288.2416.67
Hex550465E0C45ac5811
Octal512010613601410525413021
Binary10110100001000110101111001100100010110101100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055046; }

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

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

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

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

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

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

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

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