#5B9190

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

Shades of Half Baked #5B9190

Tints of Half Baked #5B9190

Color information

#5B9190 (or 0x5B9190) is unknown color: approx Half Baked. HEX triplet: 5B, 91 and 90. RGB value is (91,145,144). Sum of RGB (Red+Green+Blue) = 91+145+144=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9190 is #A46E6F. Grayscale: #808080. Windows color (decimal): -10776176 or 9474395. OLE color: 9474395.

HSL color Cylindrical-coordinate representation of color #5B9190: hue angle of 178.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9190 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB91145144-
CMYK0.3700.010.43
HSL178.89º22.88%46.27%-
HSV(B)178.89º37.24%56.86%-
XYZ19.4724.4930.09-
YUV128.74136.61101.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.95%
GREEN value IS 145 (57.03% from 255) = 38.16%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=23.95%
G=38.16%
B=37.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911451440.3700.010.43178.8922.8846.27
Hex5B919025012Bb3172e
Octal1332212204501532632756
Binary10110111001000110010000100101011010111011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,145,144); }

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

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

 a { background-color: rgb(91,145,144); }

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

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

 span { border-color: rgb(91,145,144); }

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