Html Css Color HEX #659585 Patina

📋 copy color: '#659585'

red 101 ◦ green 149 ◦ blue 133

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

Shades of Patina #659585

Tints of Patina #659585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 26.37%
G = 38.9%
B = 34.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#659585 (or 0x659585) is known color: Patina. HEX triplet: 65, 95 and 85. RGB value is (101,149,133). Sum of RGB (Red+Green+Blue) = 101+149+133=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #659585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659585 is #9A6A7A. Grayscale: #848484. Windows color (decimal): -10119803 or 8754533. OLE color: 8754533.

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

Color convert

RGB 101 149 133 -
CMYK 0.32 0 0.11 0.42
HSL 160º 0.19% 0.49% -
HSV(B) 160º 0.32% 0.58% -
XYZ 20.35 25.96 26.13 -
YUV 132.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 101 149 133 0.32 0 0.11 0.42 160 0.19 0.49
Hex 65 95 85 20 0 B 2A A0 13 31
Octal 145 225 205 40 0 13 52 240 23 61
Binary 1100101 10010101 10000101 100000 0 1011 101010 10100000 10011 110001

Color Harmonies of #659585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659585

Black with #659585

Text Example


Text Example

White with #659585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659585; }

 p { color: rgb(101,149,133); }

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

background-color css

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

 a { background-color: rgb(101,149,133); }

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

border-color css

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

 span { border-color: rgb(101,149,133); }

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