Html Css Color HEX #569382 Patina

📋 copy color: '#569382'

red 86 ◦ green 147 ◦ blue 130

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

Shades of Patina #569382

Tints of Patina #569382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

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

R = 23.69%
G = 40.5%
B = 35.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#569382 (or 0x569382) is known color: Patina. HEX triplet: 56, 93 and 82. RGB value is (86,147,130). Sum of RGB (Red+Green+Blue) = 86+147+130=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #569382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569382 is #A96C7D. Grayscale: #7E7E7E. Windows color (decimal): -11103358 or 8557398. OLE color: 8557398.

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

Color convert

RGB 86 147 130 -
CMYK 0.41 0 0.12 0.42
HSL 163.28º 0.26% 0.46% -
HSV(B) 163.28º 0.41% 0.58% -
XYZ 18.3 24.46 24.88 -
YUV 126.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 86 147 130 0.41 0 0.12 0.42 163.28 0.26 0.46
Hex 56 93 82 29 0 C 2A A3 1A 2E
Octal 126 223 202 51 0 14 52 243 32 56
Binary 1010110 10010011 10000010 101001 0 1100 101010 10100011 11010 101110

Color Harmonies of #569382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569382

Black with #569382

Text Example


Text Example

White with #569382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569382; }

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

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

background-color css

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

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

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

border-color css

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

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

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