Html Css Color HEX #659389 Patina

📋 copy color: '#659389'

red 101 ◦ green 147 ◦ blue 137

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

Shades of Patina #659389

Tints of Patina #659389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

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

R = 26.23%
G = 38.18%
B = 35.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#659389 (or 0x659389) is known color: Patina. HEX triplet: 65, 93 and 89. RGB value is (101,147,137). Sum of RGB (Red+Green+Blue) = 101+147+137=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #659389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659389 is #9A6C76. Grayscale: #848484. Windows color (decimal): -10120311 or 9016165. OLE color: 9016165.

HSL color Cylindrical-coordinate representation of color #659389: hue angle of 166.96º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659389 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 137 -
CMYK 0.31 0 0.07 0.42
HSL 166.96º 0.19% 0.49% -
HSV(B) 166.96º 0.31% 0.58% -
XYZ 20.32 25.44 27.51 -
YUV 132.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 101 147 137 0.31 0 0.07 0.42 166.96 0.19 0.49
Hex 65 93 89 1F 0 7 2A A7 13 31
Octal 145 223 211 37 0 7 52 247 23 61
Binary 1100101 10010011 10001001 11111 0 111 101010 10100111 10011 110001

Color Harmonies of #659389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659389

Black with #659389

Text Example


Text Example

White with #659389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659389; }

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

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

background-color css

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

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

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

border-color css

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

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

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