Html Css Color HEX #085247 Cyprus

📋 copy color: '#085247'

red 8 ◦ green 82 ◦ blue 71

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

Shades of Cyprus #085247

Tints of Cyprus #085247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.93%

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

R = 4.97%
G = 50.93%
B = 44.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#085247 (or 0x085247) is known color: Cyprus. HEX triplet: 08, 52 and 47. RGB value is (8,82,71). Sum of RGB (Red+Green+Blue) = 8+82+71=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #085247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085247 is #F7ADB8. Grayscale: #3A3A3A. Windows color (decimal): -16231865 or 4674056. OLE color: 4674056.

HSL color Cylindrical-coordinate representation of color #085247: hue angle of 171.08º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085247 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 82 71 -
CMYK 0.90 0 0.13 0.68
HSL 171.08º 0.82% 0.18% -
HSV(B) 171.08º 0.9% 0.32% -
XYZ 4.25 6.54 7 -
YUV 58.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 8 82 71 0.90 0 0.13 0.68 171.08 0.82 0.18
Hex 8 52 47 5A 0 D 44 AB 52 12
Octal 10 122 107 132 0 15 104 253 122 22
Binary 1000 1010010 1000111 1011010 0 1101 1000100 10101011 1010010 10010

Color Harmonies of #085247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085247

Black with #085247

Text Example


Text Example

White with #085247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085247; }

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

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

background-color css

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

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

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

border-color css

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

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

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