#085249

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

Shades of Cyprus #085249

Tints of Cyprus #085249

Color information

#085249 (or 0x085249) is unknown color: approx Cyprus. HEX triplet: 08, 52 and 49. RGB value is (8,82,73). Sum of RGB (Red+Green+Blue) = 8+82+73=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #085249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085249 is #F7ADB6. Grayscale: #3A3A3A. Windows color (decimal): -16231863 or 4805128. OLE color: 4805128.

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

Color convert

RGB88273-
CMYK0.9000.110.68
HSL172.7º82.22%17.65%-
HSV(B)172.7º90.24%32.16%-
XYZ4.326.577.34-
YUV58.85135.9891.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 82 (32.42% from 255) = 50.31%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=4.91%
G=50.31%
B=44.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882730.9000.110.68172.782.2217.65
Hex852495A0B44ad5212
Octal1012211113201310425512222
Binary100010100101001001101101001011100010010101101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085249; }

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

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

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

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

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

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

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

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