Html Css Color HEX #569582 Patina

📋 copy color: '#569582'

red 86 ◦ green 149 ◦ blue 130

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

Shades of Patina #569582

Tints of Patina #569582

RGB

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

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

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

R = 23.56%
G = 40.82%
B = 35.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#569582 (or 0x569582) is known color: Patina. HEX triplet: 56, 95 and 82. RGB value is (86,149,130). Sum of RGB (Red+Green+Blue) = 86+149+130=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #569582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569582 is #A96A7D. Grayscale: #808080. Windows color (decimal): -11102846 or 8557910. OLE color: 8557910.

HSL color Cylindrical-coordinate representation of color #569582: hue angle of 161.9º 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 #569582 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 149 130 -
CMYK 0.42 0 0.13 0.42
HSL 161.9º 0.27% 0.46% -
HSV(B) 161.9º 0.42% 0.58% -
XYZ 18.61 25.09 24.98 -
YUV 128 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 86 149 130 0.42 0 0.13 0.42 161.9 0.27 0.46
Hex 56 95 82 2A 0 D 2A A2 1B 2E
Octal 126 225 202 52 0 15 52 242 33 56
Binary 1010110 10010101 10000010 101010 0 1101 101010 10100010 11011 101110

Color Harmonies of #569582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569582

Black with #569582

Text Example


Text Example

White with #569582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569582; }

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

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

background-color css

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

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

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

border-color css

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

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

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