Html Css Color HEX #569580 Patina

📋 copy color: '#569580'

red 86 ◦ green 149 ◦ blue 128

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

Shades of Patina #569580

Tints of Patina #569580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

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

R = 23.69%
G = 41.05%
B = 35.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#569580 (or 0x569580) is known color: Patina. HEX triplet: 56, 95 and 80. RGB value is (86,149,128). Sum of RGB (Red+Green+Blue) = 86+149+128=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #569580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569580 is #A96A7F. Grayscale: #7F7F7F. Windows color (decimal): -11102848 or 8426838. OLE color: 8426838.

HSL color Cylindrical-coordinate representation of color #569580: hue angle of 160º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #569580 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 149 128 -
CMYK 0.42 0 0.14 0.42
HSL 160º 0.27% 0.46% -
HSV(B) 160º 0.42% 0.58% -
XYZ 18.48 25.03 24.28 -
YUV 127.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 86 149 128 0.42 0 0.14 0.42 160 0.27 0.46
Hex 56 95 80 2A 0 E 2A A0 1B 2E
Octal 126 225 200 52 0 16 52 240 33 56
Binary 1010110 10010101 10000000 101010 0 1110 101010 10100000 11011 101110

Color Harmonies of #569580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569580

Black with #569580

Text Example


Text Example

White with #569580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569580; }

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

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

background-color css

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

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

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

border-color css

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

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

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