#5B9583

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

Shades of Patina #5B9583

Tints of Patina #5B9583

Color information

#5B9583 (or 0x5B9583) is unknown color: approx Patina. HEX triplet: 5B, 95 and 83. RGB value is (91,149,131). Sum of RGB (Red+Green+Blue) = 91+149+131=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9583 is #A46A7C. Grayscale: #818181. Windows color (decimal): -10775165 or 8623451. OLE color: 8623451.

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

Color convert

RGB91149131-
CMYK0.3900.120.42
HSL161.38º24.17%47.06%-
HSV(B)161.38º38.93%58.43%-
XYZ19.1625.3625.36-
YUV129.61128.78100.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.53%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=24.53%
G=40.16%
B=35.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911491310.3900.120.42161.3824.1747.06
Hex5B9583270C2Aa1182f
Octal13322520347014522413057
Binary10110111001010110000011100111011001010101010000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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