#659888

Color #659888 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #659888

Tints of Patina #659888

Color information

#659888 (or 0x659888) is unknown color: approx Patina. HEX triplet: 65, 98 and 88. RGB value is (101,152,136). Sum of RGB (Red+Green+Blue) = 101+152+136=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #659888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659888 is #9A6777. Grayscale: #868686. Windows color (decimal): -10119032 or 8951909. OLE color: 8951909.

HSL color Cylindrical-coordinate representation of color #659888: hue angle of 161.18º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659888 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB101152136-
CMYK0.3400.110.40
HSL161.18º20.16%49.61%-
HSV(B)161.18º33.55%59.61%-
XYZ21.042727.4-
YUV134.93128.6103.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.96%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 136 (53.52% from 255) = 34.96%
R=25.96%
G=39.07%
B=34.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521360.3400.110.40161.1820.1649.61
Hex659888220B28a11432
Octal14523021042013502412462
Binary11001011001100010001000100010010111010001010000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659888; }

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

 H1.HeaderClassName
 {
   color: #659888;
 }
 .AnyTagClassName
 {
   color: #659888;
 }
</style>
background-color css

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

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

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

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

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

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