#5B9195

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

Shades of Half Baked #5B9195

Tints of Half Baked #5B9195

Color information

#5B9195 (or 0x5B9195) is unknown color: approx Half Baked. HEX triplet: 5B, 91 and 95. RGB value is (91,145,149). Sum of RGB (Red+Green+Blue) = 91+145+149=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B9195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9195 is #A46E6A. Grayscale: #818181. Windows color (decimal): -10776171 or 9802075. OLE color: 9802075.

HSL color Cylindrical-coordinate representation of color #5B9195: hue angle of 184.14º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9195 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB91145149-
CMYK0.390.0300.42
HSL184.14º24.17%47.06%-
HSV(B)184.14º38.93%58.43%-
XYZ19.8624.6432.14-
YUV129.31139.11100.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.64%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 149 (58.59% from 255) = 38.70%
R=23.64%
G=37.66%
B=38.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911451490.390.0300.42184.1424.1747.06
Hex5B919527302Ab8182f
Octal1332212254730522703057
Binary101101110010001100101011001111101010101011100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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