Html Css Color HEX #085049 Cyprus

📋 copy color: '#085049'

red 8 ◦ green 80 ◦ blue 73

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

Shades of Cyprus #085049

Tints of Cyprus #085049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 45.34%

R = 4.97%
G = 49.69%
B = 45.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#085049 (or 0x085049) is known color: Cyprus. HEX triplet: 08, 50 and 49. RGB value is (8,80,73). Sum of RGB (Red+Green+Blue) = 8+80+73=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #085049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085049 is #F7AFB6. Grayscale: #393939. Windows color (decimal): -16232375 or 4804616. OLE color: 4804616.

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

Color convert

RGB 8 80 73 -
CMYK 0.90 0 0.09 0.69
HSL 174.17º 0.82% 0.17% -
HSV(B) 174.17º 0.9% 0.31% -
XYZ 4.17 6.27 7.29 -
YUV 57.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 8 80 73 0.90 0 0.09 0.69 174.17 0.82 0.17
Hex 8 50 49 5A 0 9 45 AE 52 11
Octal 10 120 111 132 0 11 105 256 122 21
Binary 1000 1010000 1001001 1011010 0 1001 1000101 10101110 1010010 10001

Color Harmonies of #085049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085049

Black with #085049

Text Example


Text Example

White with #085049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085049; }

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

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

background-color css

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

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

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

border-color css

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

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

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