Html Css Color HEX #569980 Patina

📋 copy color: '#569980'

red 86 ◦ green 153 ◦ blue 128

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

Shades of Patina #569980

Tints of Patina #569980

RGB

 RED value IS 86 (33.98% from 255) = 23.43%

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

 BLUE value IS 128 (50.39% from 255) = 34.88%

R = 23.43%
G = 41.69%
B = 34.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#569980 (or 0x569980) is known color: Patina. HEX triplet: 56, 99 and 80. RGB value is (86,153,128). Sum of RGB (Red+Green+Blue) = 86+153+128=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #569980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569980 is #A9667F. Grayscale: #828282. Windows color (decimal): -11101824 or 8427862. OLE color: 8427862.

HSL color Cylindrical-coordinate representation of color #569980: hue angle of 157.61º degrees, saturation: 0.28, 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 #569980 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 153 128 -
CMYK 0.44 0 0.16 0.4
HSL 157.61º 0.28% 0.47% -
HSV(B) 157.61º 0.44% 0.6% -
XYZ 19.13 26.32 24.49 -
YUV 130.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 86 153 128 0.44 0 0.16 0.4 157.61 0.28 0.47
Hex 56 99 80 2C 0 10 28 9E 1C 2F
Octal 126 231 200 54 0 20 50 236 34 57
Binary 1010110 10011001 10000000 101100 0 10000 101000 10011110 11100 101111

Color Harmonies of #569980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569980

Black with #569980

Text Example


Text Example

White with #569980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569980; }

 p { color: rgb(86,153,128); }

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

background-color css

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

 a { background-color: rgb(86,153,128); }

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

border-color css

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

 span { border-color: rgb(86,153,128); }

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