Html Css Color HEX #5F987D Patina

📋 copy color: '#5F987D'

red 95 ◦ green 152 ◦ blue 125

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

Shades of Patina #5F987D

Tints of Patina #5F987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

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

R = 25.54%
G = 40.86%
B = 33.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#5F987D (or 0x5F987D) is known color: Patina. HEX triplet: 5F, 98 and 7D. RGB value is (95,152,125). Sum of RGB (Red+Green+Blue) = 95+152+125=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #5F987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F987D is #A06782. Grayscale: #838383. Windows color (decimal): -10512259 or 8231007. OLE color: 8231007.

HSL color Cylindrical-coordinate representation of color #5F987D: hue angle of 151.58º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F987D is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 95 152 125 -
CMYK 0.38 0 0.18 0.40
HSL 151.58º 0.23% 0.48% -
HSV(B) 151.58º 0.38% 0.6% -
XYZ 19.65 26.37 23.46 -
YUV 131.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 95 152 125 0.38 0 0.18 0.40 151.58 0.23 0.48
Hex 5F 98 7D 26 0 12 28 98 17 30
Octal 137 230 175 46 0 22 50 230 27 60
Binary 1011111 10011000 1111101 100110 0 10010 101000 10011000 10111 110000

Color Harmonies of #5F987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F987D

Black with #5F987D

Text Example


Text Example

White with #5F987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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