Html Css Color HEX #559E8C Patina

📋 copy color: '#559E8C'

red 85 ◦ green 158 ◦ blue 140

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

Shades of Patina #559E8C

Tints of Patina #559E8C

RGB

 RED value IS 85 (33.59% from 255) = 22.19%

 GREEN value IS 158 (62.11% from 255) = 41.25%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 22.19%
G = 41.25%
B = 36.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#559E8C (or 0x559E8C) is known color: Patina. HEX triplet: 55, 9E and 8C. RGB value is (85,158,140). Sum of RGB (Red+Green+Blue) = 85+158+140=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #559E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E8C is #AA6173. Grayscale: #868686. Windows color (decimal): -11166068 or 9215573. OLE color: 9215573.

HSL color Cylindrical-coordinate representation of color #559E8C: hue angle of 165.21º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E8C is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 158 140 -
CMYK 0.46 0 0.11 0.38
HSL 165.21º 0.3% 0.48% -
HSV(B) 165.21º 0.46% 0.62% -
XYZ 20.71 28.28 29.18 -
YUV 134.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 85 158 140 0.46 0 0.11 0.38 165.21 0.3 0.48
Hex 55 9E 8C 2E 0 B 26 A5 1E 30
Octal 125 236 214 56 0 13 46 245 36 60
Binary 1010101 10011110 10001100 101110 0 1011 100110 10100101 11110 110000

Color Harmonies of #559E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E8C

Black with #559E8C

Text Example


Text Example

White with #559E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559E8C; }

 p { color: rgb(85,158,140); }

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

background-color css

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

 a { background-color: rgb(85,158,140); }

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

border-color css

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

 span { border-color: rgb(85,158,140); }

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