Html Css Color HEX #5B9F87 Patina

📋 copy color: '#5B9F87'

red 91 ◦ green 159 ◦ blue 135

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

Shades of Patina #5B9F87

Tints of Patina #5B9F87

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.3%

 BLUE value IS 135 (53.13% from 255) = 35.06%

R = 23.64%
G = 41.3%
B = 35.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#5B9F87 (or 0x5B9F87) is known color: Patina. HEX triplet: 5B, 9F and 87. RGB value is (91,159,135). Sum of RGB (Red+Green+Blue) = 91+159+135=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9F87 is #A46078. Grayscale: #878787. Windows color (decimal): -10772601 or 8888155. OLE color: 8888155.

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

Color convert

RGB 91 159 135 -
CMYK 0.43 0 0.15 0.38
HSL 158.82º 0.27% 0.49% -
HSV(B) 158.82º 0.43% 0.62% -
XYZ 21.09 28.77 27.36 -
YUV 135.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 91 159 135 0.43 0 0.15 0.38 158.82 0.27 0.49
Hex 5B 9F 87 2B 0 F 26 9F 1B 31
Octal 133 237 207 53 0 17 46 237 33 61
Binary 1011011 10011111 10000111 101011 0 1111 100110 10011111 11011 110001

Color Harmonies of #5B9F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9F87

Black with #5B9F87

Text Example


Text Example

White with #5B9F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,159,135); }

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

background-color css

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

 a { background-color: rgb(91,159,135); }

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

border-color css

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

 span { border-color: rgb(91,159,135); }

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