Html Css Color HEX #5F897D Patina

📋 copy color: '#5F897D'

red 95 ◦ green 137 ◦ blue 125

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

Shades of Patina #5F897D

Tints of Patina #5F897D

RGB

 RED value IS 95 (37.5% from 255) = 26.61%

 GREEN value IS 137 (53.91% from 255) = 38.38%

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 26.61%
G = 38.38%
B = 35.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#5F897D (or 0x5F897D) is known color: Patina. HEX triplet: 5F, 89 and 7D. RGB value is (95,137,125). Sum of RGB (Red+Green+Blue) = 95+137+125=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #5F897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F897D is #A07682. Grayscale: #7B7B7B. Windows color (decimal): -10516099 or 8227167. OLE color: 8227167.

HSL color Cylindrical-coordinate representation of color #5F897D: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F897D is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 137 125 -
CMYK 0.31 0 0.09 0.46
HSL 162.86º 0.18% 0.45% -
HSV(B) 162.86º 0.31% 0.54% -
XYZ 17.37 21.8 22.7 -
YUV 123.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 95 137 125 0.31 0 0.09 0.46 162.86 0.18 0.45
Hex 5F 89 7D 1F 0 9 2E A3 12 2D
Octal 137 211 175 37 0 11 56 243 22 55
Binary 1011111 10001001 1111101 11111 0 1001 101110 10100011 10010 101101

Color Harmonies of #5F897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F897D

Black with #5F897D

Text Example


Text Example

White with #5F897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F897D; }

 p { color: rgb(95,137,125); }

 H1.HeaderClassName
 {
   color: #5F897D;
 }
 .AnyTagClassName
 {
   color: #5F897D;
 }
</style>

background-color css

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

 a { background-color: rgb(95,137,125); }

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

border-color css

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

 span { border-color: rgb(95,137,125); }

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