#5B9393

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

Shades of Half Baked #5B9393

Tints of Half Baked #5B9393

Color information

#5B9393 (or 0x5B9393) is unknown color: approx Half Baked. HEX triplet: 5B, 93 and 93. RGB value is (91,147,147). Sum of RGB (Red+Green+Blue) = 91+147+147=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #5B9393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9393 is #A46C6C. Grayscale: #828282. Windows color (decimal): -10775661 or 9671515. OLE color: 9671515.

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

Color convert

RGB91147147-
CMYK0.38000.42
HSL180º23.53%46.67%-
HSV(B)180º38.1%57.65%-
XYZ20.0125.231.41-
YUV130.26137.45100-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.64%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=23.64%
G=38.18%
B=38.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911471470.38000.4218023.5346.67
Hex5B939326002Ab4182f
Octal1332232234600522643057
Binary10110111001001110010011100110001010101011010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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