Html Css Color HEX #5B997B Patina

📋 copy color: '#5B997B'

red 91 ◦ green 153 ◦ blue 123

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

Shades of Patina #5B997B

Tints of Patina #5B997B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 24.8%
G = 41.69%
B = 33.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#5B997B (or 0x5B997B) is known color: Patina. HEX triplet: 5B, 99 and 7B. RGB value is (91,153,123). Sum of RGB (Red+Green+Blue) = 91+153+123=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #5B997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B997B is #A46684. Grayscale: #838383. Windows color (decimal): -10774149 or 8100187. OLE color: 8100187.

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

Color convert

RGB 91 153 123 -
CMYK 0.41 0 0.20 0.4
HSL 150.97º 0.25% 0.48% -
HSV(B) 150.97º 0.41% 0.6% -
XYZ 19.28 26.44 22.83 -
YUV 131.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 91 153 123 0.41 0 0.20 0.4 150.97 0.25 0.48
Hex 5B 99 7B 29 0 14 28 97 19 30
Octal 133 231 173 51 0 24 50 227 31 60
Binary 1011011 10011001 1111011 101001 0 10100 101000 10010111 11001 110000

Color Harmonies of #5B997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B997B

Black with #5B997B

Text Example


Text Example

White with #5B997B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,153,123); }

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

background-color css

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

 a { background-color: rgb(91,153,123); }

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

border-color css

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

 span { border-color: rgb(91,153,123); }

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