Html Css Color HEX #085141 Cyprus

📋 copy color: '#085141'

red 8 ◦ green 81 ◦ blue 65

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

Shades of Cyprus #085141

Tints of Cyprus #085141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 52.6%

 BLUE value IS 65 (25.78% from 255) = 42.21%

R = 5.19%
G = 52.6%
B = 42.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#085141 (or 0x085141) is known color: Cyprus. HEX triplet: 08, 51 and 41. RGB value is (8,81,65). Sum of RGB (Red+Green+Blue) = 8+81+65=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #085141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085141 is #F7AEBE. Grayscale: #393939. Windows color (decimal): -16232127 or 4280584. OLE color: 4280584.

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

Color convert

RGB 8 81 65 -
CMYK 0.90 0 0.20 0.68
HSL 166.85º 0.82% 0.17% -
HSV(B) 166.85º 0.9% 0.32% -
XYZ 4 6.32 6.01 -
YUV 57.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 8 81 65 0.90 0 0.20 0.68 166.85 0.82 0.17
Hex 8 51 41 5A 0 14 44 A7 52 11
Octal 10 121 101 132 0 24 104 247 122 21
Binary 1000 1010001 1000001 1011010 0 10100 1000100 10100111 1010010 10001

Color Harmonies of #085141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085141

Black with #085141

Text Example


Text Example

White with #085141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085141; }

 p { color: rgb(8,81,65); }

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

background-color css

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

 a { background-color: rgb(8,81,65); }

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

border-color css

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

 span { border-color: rgb(8,81,65); }

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