Html Css Color HEX #085249 Cyprus

📋 copy color: '#085249'

red 8 ◦ green 82 ◦ blue 73

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

Shades of Cyprus #085249

Tints of Cyprus #085249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 44.79%

R = 4.91%
G = 50.31%
B = 44.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#085249 (or 0x085249) is known color: Cyprus. HEX triplet: 08, 52 and 49. RGB value is (8,82,73). Sum of RGB (Red+Green+Blue) = 8+82+73=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #085249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085249 is #F7ADB6. Grayscale: #3A3A3A. Windows color (decimal): -16231863 or 4805128. OLE color: 4805128.

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

Color convert

RGB 8 82 73 -
CMYK 0.90 0 0.11 0.68
HSL 172.7º 0.82% 0.18% -
HSV(B) 172.7º 0.9% 0.32% -
XYZ 4.32 6.57 7.34 -
YUV 58.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 8 82 73 0.90 0 0.11 0.68 172.7 0.82 0.18
Hex 8 52 49 5A 0 B 44 AD 52 12
Octal 10 122 111 132 0 13 104 255 122 22
Binary 1000 1010010 1001001 1011010 0 1011 1000100 10101101 1010010 10010

Color Harmonies of #085249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085249

Black with #085249

Text Example


Text Example

White with #085249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085249; }

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

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

background-color css

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

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

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

border-color css

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

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

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