Html Css Color HEX #559982 Patina

📋 copy color: '#559982'

red 85 ◦ green 153 ◦ blue 130

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

Shades of Patina #559982

Tints of Patina #559982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

 BLUE value IS 130 (51.17% from 255) = 35.33%

R = 23.1%
G = 41.58%
B = 35.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#559982 (or 0x559982) is known color: Patina. HEX triplet: 55, 99 and 82. RGB value is (85,153,130). Sum of RGB (Red+Green+Blue) = 85+153+130=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #559982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559982 is #AA667D. Grayscale: #828282. Windows color (decimal): -11167358 or 8558933. OLE color: 8558933.

HSL color Cylindrical-coordinate representation of color #559982: hue angle of 159.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559982 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 130 -
CMYK 0.44 0 0.15 0.4
HSL 159.71º 0.29% 0.47% -
HSV(B) 159.71º 0.44% 0.6% -
XYZ 19.17 26.33 25.19 -
YUV 130.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 85 153 130 0.44 0 0.15 0.4 159.71 0.29 0.47
Hex 55 99 82 2C 0 F 28 A0 1D 2F
Octal 125 231 202 54 0 17 50 240 35 57
Binary 1010101 10011001 10000010 101100 0 1111 101000 10100000 11101 101111

Color Harmonies of #559982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559982

Black with #559982

Text Example


Text Example

White with #559982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559982; }

 p { color: rgb(85,153,130); }

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

background-color css

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

 a { background-color: rgb(85,153,130); }

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

border-color css

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

 span { border-color: rgb(85,153,130); }

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