#5B9993

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

Shades of Half Baked #5B9993

Tints of Half Baked #5B9993

Color information

#5B9993 (or 0x5B9993) is unknown color: approx Half Baked. HEX triplet: 5B, 99 and 93. RGB value is (91,153,147). Sum of RGB (Red+Green+Blue) = 91+153+147=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9993 is #A4666C. Grayscale: #858585. Windows color (decimal): -10774125 or 9673051. OLE color: 9673051.

HSL color Cylindrical-coordinate representation of color #5B9993: hue angle of 174.19º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9993 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB91153147-
CMYK0.4100.040.4
HSL174.19º25.41%47.84%-
HSV(B)174.19º40.52%60%-
XYZ20.9727.1131.73-
YUV133.78135.4697.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.27%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=23.27%
G=39.13%
B=37.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal911531470.4100.040.4174.1925.4147.84
Hex5B9993290428ae1930
Octal1332312235104502563160
Binary1011011100110011001001110100101001010001010111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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