Html Css Color HEX #5B9883 Patina

📋 copy color: '#5B9883'

red 91 ◦ green 152 ◦ blue 131

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

Shades of Patina #5B9883

Tints of Patina #5B9883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

 BLUE value IS 131 (51.56% from 255) = 35.03%

R = 24.33%
G = 40.64%
B = 35.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#5B9883 (or 0x5B9883) is known color: Patina. HEX triplet: 5B, 98 and 83. RGB value is (91,152,131). Sum of RGB (Red+Green+Blue) = 91+152+131=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #5B9883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9883 is #A4677C. Grayscale: #838383. Windows color (decimal): -10774397 or 8624219. OLE color: 8624219.

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

Color convert

RGB 91 152 131 -
CMYK 0.40 0 0.14 0.40
HSL 159.34º 0.25% 0.48% -
HSV(B) 159.34º 0.4% 0.6% -
XYZ 19.64 26.32 25.52 -
YUV 131.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 91 152 131 0.40 0 0.14 0.40 159.34 0.25 0.48
Hex 5B 98 83 28 0 E 28 9F 19 30
Octal 133 230 203 50 0 16 50 237 31 60
Binary 1011011 10011000 10000011 101000 0 1110 101000 10011111 11001 110000

Color Harmonies of #5B9883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9883

Black with #5B9883

Text Example


Text Example

White with #5B9883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,152,131); }

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

background-color css

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

 a { background-color: rgb(91,152,131); }

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

border-color css

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

 span { border-color: rgb(91,152,131); }

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