Html Css Color HEX #659E88 Patina

📋 copy color: '#659E88'

red 101 ◦ green 158 ◦ blue 136

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

Shades of Patina #659E88

Tints of Patina #659E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 25.57%
G = 40%
B = 34.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#659E88 (or 0x659E88) is known color: Patina. HEX triplet: 65, 9E and 88. RGB value is (101,158,136). Sum of RGB (Red+Green+Blue) = 101+158+136=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #659E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E88 is #9A6177. Grayscale: #8A8A8A. Windows color (decimal): -10117496 or 8953445. OLE color: 8953445.

HSL color Cylindrical-coordinate representation of color #659E88: hue angle of 156.84º 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 #659E88 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 158 136 -
CMYK 0.36 0 0.14 0.38
HSL 156.84º 0.23% 0.51% -
HSV(B) 156.84º 0.36% 0.62% -
XYZ 22.04 29 27.73 -
YUV 138.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 101 158 136 0.36 0 0.14 0.38 156.84 0.23 0.51
Hex 65 9E 88 24 0 E 26 9D 17 33
Octal 145 236 210 44 0 16 46 235 27 63
Binary 1100101 10011110 10001000 100100 0 1110 100110 10011101 10111 110011

Color Harmonies of #659E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659E88

Black with #659E88

Text Example


Text Example

White with #659E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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