Html Css Color HEX #659F89 Patina

📋 copy color: '#659F89'

red 101 ◦ green 159 ◦ blue 137

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

Shades of Patina #659F89

Tints of Patina #659F89

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

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

R = 25.44%
G = 40.05%
B = 34.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#659F89 (or 0x659F89) is known color: Patina. HEX triplet: 65, 9F and 89. RGB value is (101,159,137). Sum of RGB (Red+Green+Blue) = 101+159+137=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #659F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F89 is #9A6076. Grayscale: #8B8B8B. Windows color (decimal): -10117239 or 9019237. OLE color: 9019237.

HSL color Cylindrical-coordinate representation of color #659F89: hue angle of 157.24º 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 #659F89 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 159 137 -
CMYK 0.36 0 0.14 0.38
HSL 157.24º 0.23% 0.51% -
HSV(B) 157.24º 0.36% 0.62% -
XYZ 22.28 29.37 28.16 -
YUV 139.15 126.78 100.79 -
System Red Green Blue C M Y K H S L
Decimal 101 159 137 0.36 0 0.14 0.38 157.24 0.23 0.51
Hex 65 9F 89 24 0 E 26 9D 17 33
Octal 145 237 211 44 0 16 46 235 27 63
Binary 1100101 10011111 10001001 100100 0 1110 100110 10011101 10111 110011

Color Harmonies of #659F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F89

Black with #659F89

Text Example


Text Example

White with #659F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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