#055541

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

Shades of Cyprus #055541

Tints of Cyprus #055541

Color information

#055541 (or 0x055541) is unknown color: approx Cyprus. HEX triplet: 05, 55 and 41. RGB value is (5,85,65). Sum of RGB (Red+Green+Blue) = 5+85+65=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #055541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055541 is #FAAABE. Grayscale: #3A3A3A. Windows color (decimal): -16427711 or 4281605. OLE color: 4281605.

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

Color convert

RGB58565-
CMYK0.9400.240.67
HSL165º88.89%17.65%-
HSV(B)165º94.12%33.33%-
XYZ4.276.916.11-
YUV58.8131.589.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=3.23%
G=54.84%
B=41.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585650.9400.240.6716588.8917.65
Hex555415E01843a55912
Octal512510113603010324513122
Binary101101010110000011011110011000100001110100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055541; }

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

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

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

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

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

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

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

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