Html Css Color HEX #5BA07F Patina

📋 copy color: '#5BA07F'

red 91 ◦ green 160 ◦ blue 127

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

Shades of Patina #5BA07F

Tints of Patina #5BA07F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.33%

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

R = 24.07%
G = 42.33%
B = 33.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#5BA07F (or 0x5BA07F) is known color: Patina. HEX triplet: 5B, A0 and 7F. RGB value is (91,160,127). Sum of RGB (Red+Green+Blue) = 91+160+127=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA07F is #A45F80. Grayscale: #878787. Windows color (decimal): -10772353 or 8364123. OLE color: 8364123.

HSL color Cylindrical-coordinate representation of color #5BA07F: hue angle of 151.3º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA07F is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 160 127 -
CMYK 0.43 0 0.21 0.37
HSL 151.3º 0.27% 0.49% -
HSV(B) 151.3º 0.43% 0.63% -
XYZ 20.72 28.9 24.56 -
YUV 135.61 123.14 96.18 -
System Red Green Blue C M Y K H S L
Decimal 91 160 127 0.43 0 0.21 0.37 151.3 0.27 0.49
Hex 5B A0 7F 2B 0 15 25 97 1B 31
Octal 133 240 177 53 0 25 45 227 33 61
Binary 1011011 10100000 1111111 101011 0 10101 100101 10010111 11011 110001

Color Harmonies of #5BA07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA07F

Black with #5BA07F

Text Example


Text Example

White with #5BA07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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