#085246

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

Shades of Cyprus #085246

Tints of Cyprus #085246

Color information

#085246 (or 0x085246) is unknown color: approx Cyprus. HEX triplet: 08, 52 and 46. RGB value is (8,82,70). Sum of RGB (Red+Green+Blue) = 8+82+70=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #085246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085246 is #F7ADB9. Grayscale: #3A3A3A. Windows color (decimal): -16231866 or 4608520. OLE color: 4608520.

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

Color convert

RGB88270-
CMYK0.9000.150.68
HSL170.27º82.22%17.65%-
HSV(B)170.27º90.24%32.16%-
XYZ4.226.536.83-
YUV58.51134.4891.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 82 (32.42% from 255) = 51.25%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=5%
G=51.25%
B=43.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882700.9000.150.68170.2782.2217.65
Hex852465A0F44aa5212
Octal1012210613201710425212222
Binary100010100101000110101101001111100010010101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085246; }

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

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

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

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

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

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

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

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