Html Css Color HEX #659E89 Patina

📋 copy color: '#659E89'

red 101 ◦ green 158 ◦ blue 137

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

Shades of Patina #659E89

Tints of Patina #659E89

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.9%

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

R = 25.51%
G = 39.9%
B = 34.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#659E89 (or 0x659E89) is known color: Patina. HEX triplet: 65, 9E and 89. RGB value is (101,158,137). Sum of RGB (Red+Green+Blue) = 101+158+137=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #659E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E89 is #9A6176. Grayscale: #8A8A8A. Windows color (decimal): -10117495 or 9018981. OLE color: 9018981.

HSL color Cylindrical-coordinate representation of color #659E89: hue angle of 157.89º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659E89 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 158 137 -
CMYK 0.36 0 0.13 0.38
HSL 157.89º 0.23% 0.51% -
HSV(B) 157.89º 0.36% 0.62% -
XYZ 22.11 29.03 28.1 -
YUV 138.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 101 158 137 0.36 0 0.13 0.38 157.89 0.23 0.51
Hex 65 9E 89 24 0 D 26 9E 17 33
Octal 145 236 211 44 0 15 46 236 27 63
Binary 1100101 10011110 10001001 100100 0 1101 100110 10011110 10111 110011

Color Harmonies of #659E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659E89

Black with #659E89

Text Example


Text Example

White with #659E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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