Html Css Color HEX #085046 Cyprus

📋 copy color: '#085046'

red 8 ◦ green 80 ◦ blue 70

#085046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #085046

Tints of Cyprus #085046

RGB

 RED value IS 8 (3.52% from 255) = 5.06%

 GREEN value IS 80 (31.64% from 255) = 50.63%

 BLUE value IS 70 (27.73% from 255) = 44.3%

R = 5.06%
G = 50.63%
B = 44.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#085046 (or 0x085046) is known color: Cyprus. HEX triplet: 08, 50 and 46. RGB value is (8,80,70). Sum of RGB (Red+Green+Blue) = 8+80+70=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #085046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085046 is #F7AFB9. Grayscale: #393939. Windows color (decimal): -16232378 or 4608008. OLE color: 4608008.

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

Color convert

RGB 8 80 70 -
CMYK 0.90 0 0.12 0.69
HSL 171.67º 0.82% 0.17% -
HSV(B) 171.67º 0.9% 0.31% -
XYZ 4.07 6.23 6.78 -
YUV 57.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 8 80 70 0.90 0 0.12 0.69 171.67 0.82 0.17
Hex 8 50 46 5A 0 C 45 AC 52 11
Octal 10 120 106 132 0 14 105 254 122 21
Binary 1000 1010000 1000110 1011010 0 1100 1000101 10101100 1010010 10001

Color Harmonies of #085046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085046

Black with #085046

Text Example


Text Example

White with #085046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085046; }

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

 H1.HeaderClassName
 {
   color: #085046;
 }
 .AnyTagClassName
 {
   color: #085046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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