Html Css Color HEX #659186 Patina

📋 copy color: '#659186'

red 101 ◦ green 145 ◦ blue 134

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

Shades of Patina #659186

Tints of Patina #659186

RGB

 RED value IS 101 (39.84% from 255) = 26.58%

 GREEN value IS 145 (57.03% from 255) = 38.16%

 BLUE value IS 134 (52.73% from 255) = 35.26%

R = 26.58%
G = 38.16%
B = 35.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#659186 (or 0x659186) is known color: Patina. HEX triplet: 65, 91 and 86. RGB value is (101,145,134). Sum of RGB (Red+Green+Blue) = 101+145+134=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #659186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659186 is #9A6E79. Grayscale: #828282. Windows color (decimal): -10120826 or 8819045. OLE color: 8819045.

HSL color Cylindrical-coordinate representation of color #659186: hue angle of 165º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659186 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 145 134 -
CMYK 0.30 0 0.08 0.43
HSL 165º 0.18% 0.48% -
HSV(B) 165º 0.3% 0.57% -
XYZ 19.8 24.74 26.29 -
YUV 130.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 101 145 134 0.30 0 0.08 0.43 165 0.18 0.48
Hex 65 91 86 1E 0 8 2B A5 12 30
Octal 145 221 206 36 0 10 53 245 22 60
Binary 1100101 10010001 10000110 11110 0 1000 101011 10100101 10010 110000

Color Harmonies of #659186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659186

Black with #659186

Text Example


Text Example

White with #659186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659186; }

 p { color: rgb(101,145,134); }

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

background-color css

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

 a { background-color: rgb(101,145,134); }

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

border-color css

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

 span { border-color: rgb(101,145,134); }

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