Html Css Color HEX #085543 Cyprus

📋 copy color: '#085543'

red 8 ◦ green 85 ◦ blue 67

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

Shades of Cyprus #085543

Tints of Cyprus #085543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.13%

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

R = 5%
G = 53.13%
B = 41.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#085543 (or 0x085543) is known color: Cyprus. HEX triplet: 08, 55 and 43. RGB value is (8,85,67). Sum of RGB (Red+Green+Blue) = 8+85+67=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #085543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085543 is #F7AABC. Grayscale: #3B3B3B. Windows color (decimal): -16231101 or 4412680. OLE color: 4412680.

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

Color convert

RGB 8 85 67 -
CMYK 0.91 0 0.21 0.67
HSL 165.97º 0.83% 0.18% -
HSV(B) 165.97º 0.91% 0.33% -
XYZ 4.36 6.95 6.42 -
YUV 59.93 131.99 90.96 -
System Red Green Blue C M Y K H S L
Decimal 8 85 67 0.91 0 0.21 0.67 165.97 0.83 0.18
Hex 8 55 43 5B 0 15 43 A6 53 12
Octal 10 125 103 133 0 25 103 246 123 22
Binary 1000 1010101 1000011 1011011 0 10101 1000011 10100110 1010011 10010

Color Harmonies of #085543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085543

Black with #085543

Text Example


Text Example

White with #085543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085543; }

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

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

background-color css

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

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

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

border-color css

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

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

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