#5B9380

Color #5B9380 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5B9380

Tints of Patina #5B9380

Color information

#5B9380 (or 0x5B9380) is unknown color: approx Patina. HEX triplet: 5B, 93 and 80. RGB value is (91,147,128). Sum of RGB (Red+Green+Blue) = 91+147+128=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9380 is #A46C7F. Grayscale: #808080. Windows color (decimal): -10775680 or 8426331. OLE color: 8426331.

HSL color Cylindrical-coordinate representation of color #5B9380: hue angle of 159.64º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9380 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB91147128-
CMYK0.3800.130.42
HSL159.64º23.53%46.67%-
HSV(B)159.64º38.1%57.65%-
XYZ18.6424.6524.2-
YUV128.09127.95101.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.86%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=24.86%
G=40.16%
B=34.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911471280.3800.130.42159.6423.5346.67
Hex5B9380260D2Aa0182f
Octal13322320046015522403057
Binary10110111001001110000000100110011011010101010000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,147,128); }

 H1.HeaderClassName
 {
   color: #5B9380;
 }
 .AnyTagClassName
 {
   color: #5B9380;
 }
</style>
background-color css

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

 a { background-color: rgb(91,147,128); }

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

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

 span { border-color: rgb(91,147,128); }

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