Html Css Color HEX #5B9D8A Patina

📋 copy color: '#5B9D8A'

red 91 ◦ green 157 ◦ blue 138

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

Shades of Patina #5B9D8A

Tints of Patina #5B9D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 23.58%
G = 40.67%
B = 35.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#5B9D8A (or 0x5B9D8A) is known color: Patina. HEX triplet: 5B, 9D and 8A. RGB value is (91,157,138). Sum of RGB (Red+Green+Blue) = 91+157+138=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9D8A is #A46275. Grayscale: #878787. Windows color (decimal): -10773110 or 9084251. OLE color: 9084251.

HSL color Cylindrical-coordinate representation of color #5B9D8A: hue angle of 162.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 #5B9D8A is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 157 138 -
CMYK 0.42 0 0.12 0.38
HSL 162.73º 0.27% 0.49% -
HSV(B) 162.73º 0.42% 0.62% -
XYZ 20.96 28.17 28.38 -
YUV 135.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 91 157 138 0.42 0 0.12 0.38 162.73 0.27 0.49
Hex 5B 9D 8A 2A 0 C 26 A3 1B 31
Octal 133 235 212 52 0 14 46 243 33 61
Binary 1011011 10011101 10001010 101010 0 1100 100110 10100011 11011 110001

Color Harmonies of #5B9D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9D8A

Black with #5B9D8A

Text Example


Text Example

White with #5B9D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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