#055444

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

Shades of Cyprus #055444

Tints of Cyprus #055444

Color information

#055444 (or 0x055444) is unknown color: approx Cyprus. HEX triplet: 05, 54 and 44. RGB value is (5,84,68). Sum of RGB (Red+Green+Blue) = 5+84+68=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #055444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055444 is #FAABBB. Grayscale: #3A3A3A. Windows color (decimal): -16427964 or 4477957. OLE color: 4477957.

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

Color convert

RGB58468-
CMYK0.9400.190.67
HSL167.85º88.76%17.45%-
HSV(B)167.85º94.05%32.94%-
XYZ4.286.796.55-
YUV58.56133.3389.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=3.18%
G=53.50%
B=43.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584680.9400.190.67167.8588.7617.45
Hex554445E01343a85911
Octal512410413602310325013121
Binary101101010010001001011110010011100001110101000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055444; }

 p { color: rgb(5,84,68); }

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

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

 a { background-color: rgb(5,84,68); }

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

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

 span { border-color: rgb(5,84,68); }

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