#085344

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

Shades of Cyprus #085344

Tints of Cyprus #085344

Color information

#085344 (or 0x085344) is unknown color: approx Cyprus. HEX triplet: 08, 53 and 44. RGB value is (8,83,68). Sum of RGB (Red+Green+Blue) = 8+83+68=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #085344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085344 is #F7ACBB. Grayscale: #3A3A3A. Windows color (decimal): -16231612 or 4477704. OLE color: 4477704.

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

Color convert

RGB88368-
CMYK0.9000.180.67
HSL168º82.42%17.84%-
HSV(B)168º90.36%32.55%-
XYZ4.246.666.53-
YUV58.86133.1591.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 83 (32.81% from 255) = 52.20%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=5.03%
G=52.20%
B=42.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883680.9000.180.6716882.4217.84
Hex853445A01243a85212
Octal1012310413202210325012222
Binary1000101001110001001011010010010100001110101000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085344; }

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

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

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

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

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

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

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

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