Html Css Color HEX #569482 Patina

📋 copy color: '#569482'

red 86 ◦ green 148 ◦ blue 130

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

Shades of Patina #569482

Tints of Patina #569482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 23.63%
G = 40.66%
B = 35.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#569482 (or 0x569482) is known color: Patina. HEX triplet: 56, 94 and 82. RGB value is (86,148,130). Sum of RGB (Red+Green+Blue) = 86+148+130=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #569482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569482 is #A96B7D. Grayscale: #7F7F7F. Windows color (decimal): -11103102 or 8557654. OLE color: 8557654.

HSL color Cylindrical-coordinate representation of color #569482: hue angle of 162.58º degrees, saturation: 0.26, 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 #569482 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 148 130 -
CMYK 0.42 0 0.12 0.42
HSL 162.58º 0.26% 0.46% -
HSV(B) 162.58º 0.42% 0.58% -
XYZ 18.46 24.77 24.93 -
YUV 127.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 86 148 130 0.42 0 0.12 0.42 162.58 0.26 0.46
Hex 56 94 82 2A 0 C 2A A3 1A 2E
Octal 126 224 202 52 0 14 52 243 32 56
Binary 1010110 10010100 10000010 101010 0 1100 101010 10100011 11010 101110

Color Harmonies of #569482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569482

Black with #569482

Text Example


Text Example

White with #569482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569482; }

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

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

background-color css

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

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

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

border-color css

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

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

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