Html Css Color HEX #659888 Patina

📋 copy color: '#659888'

red 101 ◦ green 152 ◦ blue 136

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

Shades of Patina #659888

Tints of Patina #659888

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 value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#659888 (or 0x659888) is known color: 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

RGB 101 152 136 -
CMYK 0.34 0 0.11 0.40
HSL 161.18º 0.2% 0.5% -
HSV(B) 161.18º 0.34% 0.6% -
XYZ 21.04 27 27.4 -
YUV 134.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 101 152 136 0.34 0 0.11 0.40 161.18 0.2 0.5
Hex 65 98 88 22 0 B 28 A1 14 32
Octal 145 230 210 42 0 13 50 241 24 62
Binary 1100101 10011000 10001000 100010 0 1011 101000 10100001 10100 110010

Color Harmonies of #659888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659888

Black with #659888

Text Example


Text Example

White with #659888

Text Example


Text Example

HTML Codes & Css Web 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>