Html Css Color HEX #659A8D Patina

📋 copy color: '#659A8D'

red 101 ◦ green 154 ◦ blue 141

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

Shades of Patina #659A8D

Tints of Patina #659A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 25.51%
G = 38.89%
B = 35.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#659A8D (or 0x659A8D) is known color: Patina. HEX triplet: 65, 9A and 8D. RGB value is (101,154,141). Sum of RGB (Red+Green+Blue) = 101+154+141=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 154 - color contains mainly: green. Hex color #659A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659A8D is #9A6572. Grayscale: #888888. Windows color (decimal): -10118515 or 9280101. OLE color: 9280101.

HSL color Cylindrical-coordinate representation of color #659A8D: hue angle of 165.28º degrees, saturation: 0.21, 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 #659A8D is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 154 141 -
CMYK 0.34 0 0.08 0.40
HSL 165.28º 0.21% 0.5% -
HSV(B) 165.28º 0.34% 0.6% -
XYZ 21.73 27.8 29.42 -
YUV 136.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 101 154 141 0.34 0 0.08 0.40 165.28 0.21 0.5
Hex 65 9A 8D 22 0 8 28 A5 15 32
Octal 145 232 215 42 0 10 50 245 25 62
Binary 1100101 10011010 10001101 100010 0 1000 101000 10100101 10101 110010

Color Harmonies of #659A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659A8D

Black with #659A8D

Text Example


Text Example

White with #659A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,154,141); }

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

background-color css

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

 a { background-color: rgb(101,154,141); }

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

border-color css

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

 span { border-color: rgb(101,154,141); }

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