#5B9382

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

Shades of Patina #5B9382

Tints of Patina #5B9382

Color information

#5B9382 (or 0x5B9382) is unknown color: approx Patina. HEX triplet: 5B, 93 and 82. RGB value is (91,147,130). Sum of RGB (Red+Green+Blue) = 91+147+130=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9382 is #A46C7D. Grayscale: #808080. Windows color (decimal): -10775678 or 8557403. OLE color: 8557403.

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

Color convert

RGB91147130-
CMYK0.3800.120.42
HSL161.79º23.53%46.67%-
HSV(B)161.79º38.1%57.65%-
XYZ18.7824.724.9-
YUV128.32128.95101.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.73%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=24.73%
G=39.95%
B=35.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911471300.3800.120.42161.7923.5346.67
Hex5B9382260C2Aa2182f
Octal13322320246014522423057
Binary10110111001001110000010100110011001010101010001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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