Html Css Color HEX #5B987D Patina

📋 copy color: '#5B987D'

red 91 ◦ green 152 ◦ blue 125

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

Shades of Patina #5B987D

Tints of Patina #5B987D

RGB

 RED value IS 91 (35.94% from 255) = 24.73%

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

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

R = 24.73%
G = 41.3%
B = 33.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#5B987D (or 0x5B987D) is known color: Patina. HEX triplet: 5B, 98 and 7D. RGB value is (91,152,125). Sum of RGB (Red+Green+Blue) = 91+152+125=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #5B987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B987D is #A46782. Grayscale: #828282. Windows color (decimal): -10774403 or 8231003. OLE color: 8231003.

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

Color convert

RGB 91 152 125 -
CMYK 0.40 0 0.18 0.40
HSL 153.44º 0.25% 0.48% -
HSV(B) 153.44º 0.4% 0.6% -
XYZ 19.24 26.16 23.44 -
YUV 130.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 91 152 125 0.40 0 0.18 0.40 153.44 0.25 0.48
Hex 5B 98 7D 28 0 12 28 99 19 30
Octal 133 230 175 50 0 22 50 231 31 60
Binary 1011011 10011000 1111101 101000 0 10010 101000 10011001 11001 110000

Color Harmonies of #5B987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B987D

Black with #5B987D

Text Example


Text Example

White with #5B987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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