Html Css Color HEX #569483 Patina

📋 copy color: '#569483'

red 86 ◦ green 148 ◦ blue 131

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

Shades of Patina #569483

Tints of Patina #569483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.89%

R = 23.56%
G = 40.55%
B = 35.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#569483 (or 0x569483) is known color: Patina. HEX triplet: 56, 94 and 83. RGB value is (86,148,131). Sum of RGB (Red+Green+Blue) = 86+148+131=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #569483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569483 is #A96B7C. Grayscale: #7F7F7F. Windows color (decimal): -11103101 or 8623190. OLE color: 8623190.

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

Color convert

RGB 86 148 131 -
CMYK 0.42 0 0.11 0.42
HSL 163.55º 0.26% 0.46% -
HSV(B) 163.55º 0.42% 0.58% -
XYZ 18.52 24.8 25.28 -
YUV 127.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 86 148 131 0.42 0 0.11 0.42 163.55 0.26 0.46
Hex 56 94 83 2A 0 B 2A A4 1A 2E
Octal 126 224 203 52 0 13 52 244 32 56
Binary 1010110 10010100 10000011 101010 0 1011 101010 10100100 11010 101110

Color Harmonies of #569483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569483

Black with #569483

Text Example


Text Example

White with #569483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569483; }

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

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

background-color css

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

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

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

border-color css

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

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

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