#5B9091

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

Shades of Half Baked #5B9091

Tints of Half Baked #5B9091

Color information

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

HSL color Cylindrical-coordinate representation of color #5B9091: hue angle of 181.11º 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 #5B9091 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB91144145-
CMYK0.370.0100.43
HSL181.11º22.88%46.27%-
HSV(B)181.11º37.24%56.86%-
XYZ19.424.2230.44-
YUV128.27137.44101.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911441450.370.0100.43181.1122.8846.27
Hex5B909125102Bb5172e
Octal1332202214510532652756
Binary10110111001000010010001100101101010111011010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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