Html Css Color HEX #659187 Patina

📋 copy color: '#659187'

red 101 ◦ green 145 ◦ blue 135

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

Shades of Patina #659187

Tints of Patina #659187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.43%

R = 26.51%
G = 38.06%
B = 35.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#659187 (or 0x659187) is known color: Patina. HEX triplet: 65, 91 and 87. RGB value is (101,145,135). Sum of RGB (Red+Green+Blue) = 101+145+135=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #659187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659187 is #9A6E78. Grayscale: #828282. Windows color (decimal): -10120825 or 8884581. OLE color: 8884581.

HSL color Cylindrical-coordinate representation of color #659187: hue angle of 166.36º 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 #659187 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 145 135 -
CMYK 0.30 0 0.07 0.43
HSL 166.36º 0.18% 0.48% -
HSV(B) 166.36º 0.3% 0.57% -
XYZ 19.87 24.77 26.66 -
YUV 130.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 101 145 135 0.30 0 0.07 0.43 166.36 0.18 0.48
Hex 65 91 87 1E 0 7 2B A6 12 30
Octal 145 221 207 36 0 7 53 246 22 60
Binary 1100101 10010001 10000111 11110 0 111 101011 10100110 10010 110000

Color Harmonies of #659187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659187

Black with #659187

Text Example


Text Example

White with #659187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659187; }

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

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

background-color css

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

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

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

border-color css

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

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

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