#085042

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

Shades of Cyprus #085042

Tints of Cyprus #085042

Color information

#085042 (or 0x085042) is unknown color: approx Cyprus. HEX triplet: 08, 50 and 42. RGB value is (8,80,66). Sum of RGB (Red+Green+Blue) = 8+80+66=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #085042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085042 is #F7AFBD. Grayscale: #383838. Windows color (decimal): -16232382 or 4345864. OLE color: 4345864.

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

Color convert

RGB88066-
CMYK0.9000.170.69
HSL168.33º81.82%17.25%-
HSV(B)168.33º90%31.37%-
XYZ3.956.186.14-
YUV56.88133.1593.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 66 (26.17% from 255) = 42.86%
R=5.19%
G=51.95%
B=42.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal880660.9000.170.69168.3381.8217.25
Hex850425A01145a85211
Octal1012010213202110525012221
Binary1000101000010000101011010010001100010110101000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085042; }

 p { color: rgb(8,80,66); }

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

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

 a { background-color: rgb(8,80,66); }

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

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

 span { border-color: rgb(8,80,66); }

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