Html Css Color HEX #659385 Patina

📋 copy color: '#659385'

red 101 ◦ green 147 ◦ blue 133

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

Shades of Patina #659385

Tints of Patina #659385

RGB

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

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

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

R = 26.51%
G = 38.58%
B = 34.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#659385 (or 0x659385) is known color: Patina. HEX triplet: 65, 93 and 85. RGB value is (101,147,133). Sum of RGB (Red+Green+Blue) = 101+147+133=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #659385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659385 is #9A6C7A. Grayscale: #838383. Windows color (decimal): -10120315 or 8754021. OLE color: 8754021.

HSL color Cylindrical-coordinate representation of color #659385: hue angle of 161.74º 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 #659385 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 133 -
CMYK 0.31 0 0.10 0.42
HSL 161.74º 0.19% 0.49% -
HSV(B) 161.74º 0.31% 0.58% -
XYZ 20.03 25.33 26.02 -
YUV 131.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 101 147 133 0.31 0 0.10 0.42 161.74 0.19 0.49
Hex 65 93 85 1F 0 A 2A A2 13 31
Octal 145 223 205 37 0 12 52 242 23 61
Binary 1100101 10010011 10000101 11111 0 1010 101010 10100010 10011 110001

Color Harmonies of #659385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659385

Black with #659385

Text Example


Text Example

White with #659385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659385; }

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

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

background-color css

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

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

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

border-color css

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

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

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