Html Css Color HEX #085547 Cyprus

📋 copy color: '#085547'

red 8 ◦ green 85 ◦ blue 71

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

Shades of Cyprus #085547

Tints of Cyprus #085547

RGB

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

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

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

R = 4.88%
G = 51.83%
B = 43.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#085547 (or 0x085547) is known color: Cyprus. HEX triplet: 08, 55 and 47. RGB value is (8,85,71). Sum of RGB (Red+Green+Blue) = 8+85+71=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #085547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085547 is #F7AAB8. Grayscale: #3C3C3C. Windows color (decimal): -16231097 or 4674824. OLE color: 4674824.

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

Color convert

RGB 8 85 71 -
CMYK 0.91 0 0.16 0.67
HSL 169.09º 0.83% 0.18% -
HSV(B) 169.09º 0.91% 0.33% -
XYZ 4.49 7 7.08 -
YUV 60.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 8 85 71 0.91 0 0.16 0.67 169.09 0.83 0.18
Hex 8 55 47 5B 0 10 43 A9 53 12
Octal 10 125 107 133 0 20 103 251 123 22
Binary 1000 1010101 1000111 1011011 0 10000 1000011 10101001 1010011 10010

Color Harmonies of #085547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085547

Black with #085547

Text Example


Text Example

White with #085547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085547; }

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

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

background-color css

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

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

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

border-color css

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

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

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