Html Css Color HEX #659B89 Patina

📋 copy color: '#659B89'

red 101 ◦ green 155 ◦ blue 137

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

Shades of Patina #659B89

Tints of Patina #659B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

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

R = 25.7%
G = 39.44%
B = 34.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#659B89 (or 0x659B89) is known color: Patina. HEX triplet: 65, 9B and 89. RGB value is (101,155,137). Sum of RGB (Red+Green+Blue) = 101+155+137=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 155 - color contains mainly: green. Hex color #659B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659B89 is #9A6476. Grayscale: #888888. Windows color (decimal): -10118263 or 9018213. OLE color: 9018213.

HSL color Cylindrical-coordinate representation of color #659B89: hue angle of 160º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659B89 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 155 137 -
CMYK 0.35 0 0.12 0.39
HSL 160º 0.21% 0.5% -
HSV(B) 160º 0.35% 0.61% -
XYZ 21.6 28.02 27.94 -
YUV 136.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 101 155 137 0.35 0 0.12 0.39 160 0.21 0.5
Hex 65 9B 89 23 0 C 27 A0 15 32
Octal 145 233 211 43 0 14 47 240 25 62
Binary 1100101 10011011 10001001 100011 0 1100 100111 10100000 10101 110010

Color Harmonies of #659B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659B89

Black with #659B89

Text Example


Text Example

White with #659B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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