#055545

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

Shades of Cyprus #055545

Tints of Cyprus #055545

Color information

#055545 (or 0x055545) is unknown color: approx Cyprus. HEX triplet: 05, 55 and 45. RGB value is (5,85,69). Sum of RGB (Red+Green+Blue) = 5+85+69=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #055545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055545 is #FAAABA. Grayscale: #3B3B3B. Windows color (decimal): -16427707 or 4543749. OLE color: 4543749.

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

Color convert

RGB58569-
CMYK0.9400.190.67
HSL168º88.89%17.65%-
HSV(B)168º94.12%33.33%-
XYZ4.396.966.74-
YUV59.26133.589.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=3.14%
G=53.46%
B=43.40%

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
Decimal585690.9400.190.6716888.8917.65
Hex555455E01343a85912
Octal512510513602310325013122
Binary101101010110001011011110010011100001110101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055545; }

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

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

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

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

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

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

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

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