#085247

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

Shades of Cyprus #085247

Tints of Cyprus #085247

Color information

#085247 (or 0x085247) is unknown color: approx Cyprus. HEX triplet: 08, 52 and 47. RGB value is (8,82,71). Sum of RGB (Red+Green+Blue) = 8+82+71=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #085247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085247 is #F7ADB8. Grayscale: #3A3A3A. Windows color (decimal): -16231865 or 4674056. OLE color: 4674056.

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

Color convert

RGB88271-
CMYK0.9000.130.68
HSL171.08º82.22%17.65%-
HSV(B)171.08º90.24%32.16%-
XYZ4.256.547-
YUV58.62134.9891.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 82 (32.42% from 255) = 50.93%
BLUE value IS 71 (28.12% from 255) = 44.10%
R=4.97%
G=50.93%
B=44.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882710.9000.130.68171.0882.2217.65
Hex852475A0D44ab5212
Octal1012210713201510425312222
Binary100010100101000111101101001101100010010101011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085247; }

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

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

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

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

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

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

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

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