Html Css Color HEX #659182 Patina

📋 copy color: '#659182'

red 101 ◦ green 145 ◦ blue 130

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

Shades of Patina #659182

Tints of Patina #659182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 26.86%
G = 38.56%
B = 34.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#659182 (or 0x659182) is known color: Patina. HEX triplet: 65, 91 and 82. RGB value is (101,145,130). Sum of RGB (Red+Green+Blue) = 101+145+130=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #659182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659182 is #9A6E7D. Grayscale: #828282. Windows color (decimal): -10120830 or 8556901. OLE color: 8556901.

HSL color Cylindrical-coordinate representation of color #659182: hue angle of 159.55º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659182 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 145 130 -
CMYK 0.30 0 0.10 0.43
HSL 159.55º 0.18% 0.48% -
HSV(B) 159.55º 0.3% 0.57% -
XYZ 19.52 24.63 24.84 -
YUV 130.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 101 145 130 0.30 0 0.10 0.43 159.55 0.18 0.48
Hex 65 91 82 1E 0 A 2B A0 12 30
Octal 145 221 202 36 0 12 53 240 22 60
Binary 1100101 10010001 10000010 11110 0 1010 101011 10100000 10010 110000

Color Harmonies of #659182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659182

Black with #659182

Text Example


Text Example

White with #659182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659182; }

 p { color: rgb(101,145,130); }

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

background-color css

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

 a { background-color: rgb(101,145,130); }

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

border-color css

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

 span { border-color: rgb(101,145,130); }

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