#055546

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

Shades of Cyprus #055546

Tints of Cyprus #055546

Color information

#055546 (or 0x055546) is unknown color: approx Cyprus. HEX triplet: 05, 55 and 46. RGB value is (5,85,70). Sum of RGB (Red+Green+Blue) = 5+85+70=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #055546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055546 is #FAAAB9. Grayscale: #3B3B3B. Windows color (decimal): -16427706 or 4609285. OLE color: 4609285.

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

Color convert

RGB58570-
CMYK0.9400.180.67
HSL168.75º88.89%17.65%-
HSV(B)168.75º94.12%33.33%-
XYZ4.426.976.91-
YUV59.3713489.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=3.12%
G=53.12%
B=43.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585700.9400.180.67168.7588.8917.65
Hex555465E01243a95912
Octal512510613602210325113122
Binary101101010110001101011110010010100001110101001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055546; }

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

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

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

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

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

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

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

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