#085548

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

Shades of Cyprus #085548

Tints of Cyprus #085548

Color information

#085548 (or 0x085548) is unknown color: approx Cyprus. HEX triplet: 08, 55 and 48. RGB value is (8,85,72). Sum of RGB (Red+Green+Blue) = 8+85+72=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #085548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085548 is #F7AAB7. Grayscale: #3C3C3C. Windows color (decimal): -16231096 or 4740360. OLE color: 4740360.

HSL color Cylindrical-coordinate representation of color #085548: hue angle of 169.87º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085548 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB88572-
CMYK0.9100.150.67
HSL169.87º82.8%18.24%-
HSV(B)169.87º90.59%33.33%-
XYZ4.527.027.25-
YUV60.5134.4990.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.85%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=4.85%
G=51.52%
B=43.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885720.9100.150.67169.8782.818.24
Hex855485B0F43aa5312
Octal1012511013301710325212322
Binary100010101011001000101101101111100001110101010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085548; }

 p { color: rgb(8,85,72); }

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

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

 a { background-color: rgb(8,85,72); }

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

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

 span { border-color: rgb(8,85,72); }

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