Html Css Color HEX #659989 Patina

📋 copy color: '#659989'

red 101 ◦ green 153 ◦ blue 137

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

Shades of Patina #659989

Tints of Patina #659989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

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

R = 25.83%
G = 39.13%
B = 35.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#659989 (or 0x659989) is known color: Patina. HEX triplet: 65, 99 and 89. RGB value is (101,153,137). Sum of RGB (Red+Green+Blue) = 101+153+137=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #659989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659989 is #9A6676. Grayscale: #878787. Windows color (decimal): -10118775 or 9017701. OLE color: 9017701.

HSL color Cylindrical-coordinate representation of color #659989: hue angle of 161.54º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659989 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 137 -
CMYK 0.34 0 0.10 0.4
HSL 161.54º 0.2% 0.5% -
HSV(B) 161.54º 0.34% 0.6% -
XYZ 21.27 27.36 27.83 -
YUV 135.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 101 153 137 0.34 0 0.10 0.4 161.54 0.2 0.5
Hex 65 99 89 22 0 A 28 A2 14 32
Octal 145 231 211 42 0 12 50 242 24 62
Binary 1100101 10011001 10001001 100010 0 1010 101000 10100010 10100 110010

Color Harmonies of #659989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659989

Black with #659989

Text Example


Text Example

White with #659989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659989; }

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

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

background-color css

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

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

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

border-color css

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

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

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