#085349

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

Shades of Cyprus #085349

Tints of Cyprus #085349

Color information

#085349 (or 0x085349) is unknown color: approx Cyprus. HEX triplet: 08, 53 and 49. RGB value is (8,83,73). Sum of RGB (Red+Green+Blue) = 8+83+73=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #085349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085349 is #F7ACB6. Grayscale: #3B3B3B. Windows color (decimal): -16231607 or 4805384. OLE color: 4805384.

HSL color Cylindrical-coordinate representation of color #085349: hue angle of 172º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085349 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB88373-
CMYK0.9000.120.67
HSL172º82.42%17.84%-
HSV(B)172º90.36%32.55%-
XYZ4.46.727.37-
YUV59.44135.6591.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 73 (28.91% from 255) = 44.51%
R=4.88%
G=50.61%
B=44.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883730.9000.120.6717282.4217.84
Hex853495A0C43ac5212
Octal1012311113201410325412222
Binary100010100111001001101101001100100001110101100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085349; }

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

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

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

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

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

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

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

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