Html Css Color HEX #085045 Cyprus

📋 copy color: '#085045'

red 8 ◦ green 80 ◦ blue 69

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

Shades of Cyprus #085045

Tints of Cyprus #085045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 43.95%

R = 5.1%
G = 50.96%
B = 43.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#085045 (or 0x085045) is known color: Cyprus. HEX triplet: 08, 50 and 45. RGB value is (8,80,69). Sum of RGB (Red+Green+Blue) = 8+80+69=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #085045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085045 is #F7AFBA. Grayscale: #393939. Windows color (decimal): -16232379 or 4542472. OLE color: 4542472.

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

Color convert

RGB 8 80 69 -
CMYK 0.90 0 0.14 0.69
HSL 170.83º 0.82% 0.17% -
HSV(B) 170.83º 0.9% 0.31% -
XYZ 4.04 6.22 6.62 -
YUV 57.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 8 80 69 0.90 0 0.14 0.69 170.83 0.82 0.17
Hex 8 50 45 5A 0 E 45 AB 52 11
Octal 10 120 105 132 0 16 105 253 122 21
Binary 1000 1010000 1000101 1011010 0 1110 1000101 10101011 1010010 10001

Color Harmonies of #085045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085045

Black with #085045

Text Example


Text Example

White with #085045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085045; }

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

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

background-color css

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

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

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

border-color css

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

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

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