#5B957D

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

Shades of Patina #5B957D

Tints of Patina #5B957D

Color information

#5B957D (or 0x5B957D) is unknown color: approx Patina. HEX triplet: 5B, 95 and 7D. RGB value is (91,149,125). Sum of RGB (Red+Green+Blue) = 91+149+125=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #5B957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B957D is #A46A82. Grayscale: #808080. Windows color (decimal): -10775171 or 8230235. OLE color: 8230235.

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

Color convert

RGB91149125-
CMYK0.3900.160.42
HSL155.17º24.17%47.06%-
HSV(B)155.17º38.93%58.43%-
XYZ18.7625.223.28-
YUV128.92125.78100.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=24.93%
G=40.82%
B=34.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911491250.3900.160.42155.1724.1747.06
Hex5B957D270102A9b182f
Octal13322517547020522333057
Binary10110111001010111111011001110100001010101001101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,149,125); }

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

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

 a { background-color: rgb(91,149,125); }

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

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

 span { border-color: rgb(91,149,125); }

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