Html Css Color HEX #085442 Cyprus

📋 copy color: '#085442'

red 8 ◦ green 84 ◦ blue 66

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

Shades of Cyprus #085442

Tints of Cyprus #085442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.16%

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

R = 5.06%
G = 53.16%
B = 41.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#085442 (or 0x085442) is known color: Cyprus. HEX triplet: 08, 54 and 42. RGB value is (8,84,66). Sum of RGB (Red+Green+Blue) = 8+84+66=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #085442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085442 is #F7ABBD. Grayscale: #3B3B3B. Windows color (decimal): -16231358 or 4346888. OLE color: 4346888.

HSL color Cylindrical-coordinate representation of color #085442: hue angle of 165.79º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085442 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 66 -
CMYK 0.90 0 0.21 0.67
HSL 165.79º 0.83% 0.18% -
HSV(B) 165.79º 0.9% 0.33% -
XYZ 4.25 6.79 6.24 -
YUV 59.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 8 84 66 0.90 0 0.21 0.67 165.79 0.83 0.18
Hex 8 54 42 5A 0 15 43 A6 53 12
Octal 10 124 102 132 0 25 103 246 123 22
Binary 1000 1010100 1000010 1011010 0 10101 1000011 10100110 1010011 10010

Color Harmonies of #085442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085442

Black with #085442

Text Example


Text Example

White with #085442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085442; }

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

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

background-color css

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

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

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

border-color css

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

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

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