#5B9390

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

Shades of Half Baked #5B9390

Tints of Half Baked #5B9390

Color information

#5B9390 (or 0x5B9390) is unknown color: approx Half Baked. HEX triplet: 5B, 93 and 90. RGB value is (91,147,144). Sum of RGB (Red+Green+Blue) = 91+147+144=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9390 is #A46C6F. Grayscale: #818181. Windows color (decimal): -10775664 or 9474907. OLE color: 9474907.

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

Color convert

RGB91147144-
CMYK0.3800.020.42
HSL176.79º23.53%46.67%-
HSV(B)176.79º38.1%57.65%-
XYZ19.7825.1130.19-
YUV129.91135.95100.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.82%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=23.82%
G=38.48%
B=37.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911471440.3800.020.42176.7923.5346.67
Hex5B939026022Ab1182f
Octal1332232204602522613057
Binary101101110010011100100001001100101010101011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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