#085547

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

Shades of Cyprus #085547

Tints of Cyprus #085547

Color information

#085547 (or 0x085547) is unknown color: approx Cyprus. HEX triplet: 08, 55 and 47. RGB value is (8,85,71). Sum of RGB (Red+Green+Blue) = 8+85+71=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #085547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085547 is #F7AAB8. Grayscale: #3C3C3C. Windows color (decimal): -16231097 or 4674824. OLE color: 4674824.

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

Color convert

RGB88571-
CMYK0.9100.160.67
HSL169.09º82.8%18.24%-
HSV(B)169.09º90.59%33.33%-
XYZ4.4977.08-
YUV60.38133.9990.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=4.88%
G=51.83%
B=43.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885710.9100.160.67169.0982.818.24
Hex855475B01043a95312
Octal1012510713302010325112322
Binary1000101010110001111011011010000100001110101001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085547; }

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

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

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

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

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

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

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

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