#085343

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

Shades of Cyprus #085343

Tints of Cyprus #085343

Color information

#085343 (or 0x085343) is unknown color: approx Cyprus. HEX triplet: 08, 53 and 43. RGB value is (8,83,67). Sum of RGB (Red+Green+Blue) = 8+83+67=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #085343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085343 is #F7ACBC. Grayscale: #3A3A3A. Windows color (decimal): -16231613 or 4412168. OLE color: 4412168.

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

Color convert

RGB88367-
CMYK0.9000.190.67
HSL167.2º82.42%17.84%-
HSV(B)167.2º90.36%32.55%-
XYZ4.216.646.37-
YUV58.75132.6591.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.06%
GREEN value IS 83 (32.81% from 255) = 52.53%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=5.06%
G=52.53%
B=42.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883670.9000.190.67167.282.4217.84
Hex853435A01343a75212
Octal1012310313202310324712222
Binary1000101001110000111011010010011100001110100111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085343; }

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

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

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

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

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

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

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

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