Html Css Color HEX #085042 Cyprus

📋 copy color: '#085042'

red 8 ◦ green 80 ◦ blue 66

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

Shades of Cyprus #085042

Tints of Cyprus #085042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 42.86%

R = 5.19%
G = 51.95%
B = 42.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#085042 (or 0x085042) is known color: Cyprus. HEX triplet: 08, 50 and 42. RGB value is (8,80,66). Sum of RGB (Red+Green+Blue) = 8+80+66=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #085042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085042 is #F7AFBD. Grayscale: #383838. Windows color (decimal): -16232382 or 4345864. OLE color: 4345864.

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

Color convert

RGB 8 80 66 -
CMYK 0.90 0 0.17 0.69
HSL 168.33º 0.82% 0.17% -
HSV(B) 168.33º 0.9% 0.31% -
XYZ 3.95 6.18 6.14 -
YUV 56.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 8 80 66 0.90 0 0.17 0.69 168.33 0.82 0.17
Hex 8 50 42 5A 0 11 45 A8 52 11
Octal 10 120 102 132 0 21 105 250 122 21
Binary 1000 1010000 1000010 1011010 0 10001 1000101 10101000 1010010 10001

Color Harmonies of #085042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085042

Black with #085042

Text Example


Text Example

White with #085042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085042; }

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

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

background-color css

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

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

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

border-color css

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

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

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