Html Css Color HEX #5B9D7F Patina

📋 copy color: '#5B9D7F'

red 91 ◦ green 157 ◦ blue 127

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

Shades of Patina #5B9D7F

Tints of Patina #5B9D7F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.87%

 BLUE value IS 127 (50% from 255) = 33.87%

R = 24.27%
G = 41.87%
B = 33.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#5B9D7F (or 0x5B9D7F) is known color: Patina. HEX triplet: 5B, 9D and 7F. RGB value is (91,157,127). Sum of RGB (Red+Green+Blue) = 91+157+127=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9D7F is #A46280. Grayscale: #858585. Windows color (decimal): -10773121 or 8363355. OLE color: 8363355.

HSL color Cylindrical-coordinate representation of color #5B9D7F: hue angle of 152.73º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9D7F is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 157 127 -
CMYK 0.42 0 0.19 0.38
HSL 152.73º 0.27% 0.49% -
HSV(B) 152.73º 0.42% 0.62% -
XYZ 20.2 27.87 24.39 -
YUV 133.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 91 157 127 0.42 0 0.19 0.38 152.73 0.27 0.49
Hex 5B 9D 7F 2A 0 13 26 99 1B 31
Octal 133 235 177 52 0 23 46 231 33 61
Binary 1011011 10011101 1111111 101010 0 10011 100110 10011001 11011 110001

Color Harmonies of #5B9D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9D7F

Black with #5B9D7F

Text Example


Text Example

White with #5B9D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,157,127); }

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

background-color css

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

 a { background-color: rgb(91,157,127); }

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

border-color css

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

 span { border-color: rgb(91,157,127); }

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