Html Css Color HEX #659E91 Patina

📋 copy color: '#659E91'

red 101 ◦ green 158 ◦ blue 145

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

Shades of Patina #659E91

Tints of Patina #659E91

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 25%
G = 39.11%
B = 35.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#659E91 (or 0x659E91) is known color: Patina. HEX triplet: 65, 9E and 91. RGB value is (101,158,145). Sum of RGB (Red+Green+Blue) = 101+158+145=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #659E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E91 is #9A616E. Grayscale: #8B8B8B. Windows color (decimal): -10117487 or 9543269. OLE color: 9543269.

HSL color Cylindrical-coordinate representation of color #659E91: hue angle of 166.32º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659E91 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 158 145 -
CMYK 0.36 0 0.08 0.38
HSL 166.32º 0.23% 0.51% -
HSV(B) 166.32º 0.36% 0.62% -
XYZ 22.7 29.26 31.24 -
YUV 139.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 101 158 145 0.36 0 0.08 0.38 166.32 0.23 0.51
Hex 65 9E 91 24 0 8 26 A6 17 33
Octal 145 236 221 44 0 10 46 246 27 63
Binary 1100101 10011110 10010001 100100 0 1000 100110 10100110 10111 110011

Color Harmonies of #659E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659E91

Black with #659E91

Text Example


Text Example

White with #659E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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