#085545

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

Shades of Cyprus #085545

Tints of Cyprus #085545

Color information

#085545 (or 0x085545) is unknown color: approx Cyprus. HEX triplet: 08, 55 and 45. RGB value is (8,85,69). Sum of RGB (Red+Green+Blue) = 8+85+69=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #085545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085545 is #F7AABA. Grayscale: #3C3C3C. Windows color (decimal): -16231099 or 4543752. OLE color: 4543752.

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

Color convert

RGB88569-
CMYK0.9100.190.67
HSL167.53º82.8%18.24%-
HSV(B)167.53º90.59%33.33%-
XYZ4.426.986.74-
YUV60.15132.9990.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 69 (27.34% from 255) = 42.59%
R=4.94%
G=52.47%
B=42.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885690.9100.190.67167.5382.818.24
Hex855455B01343a85312
Octal1012510513302310325012322
Binary1000101010110001011011011010011100001110101000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085545; }

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

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

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

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

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

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

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

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