Html Css Color HEX #559C8A Patina

📋 copy color: '#559C8A'

red 85 ◦ green 156 ◦ blue 138

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

Shades of Patina #559C8A

Tints of Patina #559C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 22.43%
G = 41.16%
B = 36.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#559C8A (or 0x559C8A) is known color: Patina. HEX triplet: 55, 9C and 8A. RGB value is (85,156,138). Sum of RGB (Red+Green+Blue) = 85+156+138=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 156 - color contains mainly: green. Hex color #559C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559C8A is #AA6375. Grayscale: #848484. Windows color (decimal): -11166582 or 9083989. OLE color: 9083989.

HSL color Cylindrical-coordinate representation of color #559C8A: hue angle of 164.79º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C8A is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 156 138 -
CMYK 0.46 0 0.12 0.39
HSL 164.79º 0.29% 0.47% -
HSV(B) 164.79º 0.46% 0.61% -
XYZ 20.22 27.54 28.3 -
YUV 132.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 85 156 138 0.46 0 0.12 0.39 164.79 0.29 0.47
Hex 55 9C 8A 2E 0 C 27 A5 1D 2F
Octal 125 234 212 56 0 14 47 245 35 57
Binary 1010101 10011100 10001010 101110 0 1100 100111 10100101 11101 101111

Color Harmonies of #559C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C8A

Black with #559C8A

Text Example


Text Example

White with #559C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,156,138); }

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

background-color css

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

 a { background-color: rgb(85,156,138); }

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

border-color css

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

 span { border-color: rgb(85,156,138); }

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