#085149

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

Shades of Cyprus #085149

Tints of Cyprus #085149

Color information

#085149 (or 0x085149) is unknown color: approx Cyprus. HEX triplet: 08, 51 and 49. RGB value is (8,81,73). Sum of RGB (Red+Green+Blue) = 8+81+73=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #085149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085149 is #F7AEB6. Grayscale: #3A3A3A. Windows color (decimal): -16232119 or 4804872. OLE color: 4804872.

HSL color Cylindrical-coordinate representation of color #085149: hue angle of 173.42º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085149 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB88173-
CMYK0.9000.100.68
HSL173.42º82.02%17.45%-
HSV(B)173.42º90.12%31.76%-
XYZ4.256.427.32-
YUV58.26136.3292.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 81 (32.03% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=4.94%
G=50%
B=45.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal881730.9000.100.68173.4282.0217.45
Hex851495A0A44ad5211
Octal1012111113201210425512221
Binary100010100011001001101101001010100010010101101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085149; }

 p { color: rgb(8,81,73); }

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

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

 a { background-color: rgb(8,81,73); }

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

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

 span { border-color: rgb(8,81,73); }

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