Html Css Color HEX #659289 Patina

📋 copy color: '#659289'

red 101 ◦ green 146 ◦ blue 137

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

Shades of Patina #659289

Tints of Patina #659289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

 BLUE value IS 137 (53.91% from 255) = 35.68%

R = 26.3%
G = 38.02%
B = 35.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#659289 (or 0x659289) is known color: Patina. HEX triplet: 65, 92 and 89. RGB value is (101,146,137). Sum of RGB (Red+Green+Blue) = 101+146+137=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #659289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659289 is #9A6D76. Grayscale: #838383. Windows color (decimal): -10120567 or 9015909. OLE color: 9015909.

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

Color convert

RGB 101 146 137 -
CMYK 0.31 0 0.06 0.43
HSL 168º 0.18% 0.48% -
HSV(B) 168º 0.31% 0.57% -
XYZ 20.16 25.13 27.46 -
YUV 131.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 101 146 137 0.31 0 0.06 0.43 168 0.18 0.48
Hex 65 92 89 1F 0 6 2B A8 12 30
Octal 145 222 211 37 0 6 53 250 22 60
Binary 1100101 10010010 10001001 11111 0 110 101011 10101000 10010 110000

Color Harmonies of #659289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659289

Black with #659289

Text Example


Text Example

White with #659289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659289; }

 p { color: rgb(101,146,137); }

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

background-color css

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

 a { background-color: rgb(101,146,137); }

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

border-color css

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

 span { border-color: rgb(101,146,137); }

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