Html Css Color HEX #085443 Cyprus

📋 copy color: '#085443'

red 8 ◦ green 84 ◦ blue 67

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

Shades of Cyprus #085443

Tints of Cyprus #085443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 42.14%

R = 5.03%
G = 52.83%
B = 42.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#085443 (or 0x085443) is known color: Cyprus. HEX triplet: 08, 54 and 43. RGB value is (8,84,67). Sum of RGB (Red+Green+Blue) = 8+84+67=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #085443 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085443 is #F7ABBC. Grayscale: #3B3B3B. Windows color (decimal): -16231357 or 4412424. OLE color: 4412424.

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

Color convert

RGB 8 84 67 -
CMYK 0.90 0 0.20 0.67
HSL 166.58º 0.83% 0.18% -
HSV(B) 166.58º 0.9% 0.33% -
XYZ 4.28 6.8 6.4 -
YUV 59.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 8 84 67 0.90 0 0.20 0.67 166.58 0.83 0.18
Hex 8 54 43 5A 0 14 43 A7 53 12
Octal 10 124 103 132 0 24 103 247 123 22
Binary 1000 1010100 1000011 1011010 0 10100 1000011 10100111 1010011 10010

Color Harmonies of #085443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085443

Black with #085443

Text Example


Text Example

White with #085443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085443; }

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

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

background-color css

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

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

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

border-color css

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

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

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