Html Css Color HEX #085347 Cyprus

📋 copy color: '#085347'

red 8 ◦ green 83 ◦ blue 71

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

Shades of Cyprus #085347

Tints of Cyprus #085347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.23%

 BLUE value IS 71 (28.13% from 255) = 43.83%

R = 4.94%
G = 51.23%
B = 43.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#085347 (or 0x085347) is known color: Cyprus. HEX triplet: 08, 53 and 47. RGB value is (8,83,71). Sum of RGB (Red+Green+Blue) = 8+83+71=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #085347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085347 is #F7ACB8. Grayscale: #3B3B3B. Windows color (decimal): -16231609 or 4674312. OLE color: 4674312.

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

Color convert

RGB 8 83 71 -
CMYK 0.90 0 0.14 0.67
HSL 170.4º 0.82% 0.18% -
HSV(B) 170.4º 0.9% 0.33% -
XYZ 4.33 6.69 7.02 -
YUV 59.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 8 83 71 0.90 0 0.14 0.67 170.4 0.82 0.18
Hex 8 53 47 5A 0 E 43 AA 52 12
Octal 10 123 107 132 0 16 103 252 122 22
Binary 1000 1010011 1000111 1011010 0 1110 1000011 10101010 1010010 10010

Color Harmonies of #085347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085347

Black with #085347

Text Example


Text Example

White with #085347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085347; }

 p { color: rgb(8,83,71); }

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

background-color css

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

 a { background-color: rgb(8,83,71); }

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

border-color css

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

 span { border-color: rgb(8,83,71); }

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