#5B868B

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

Shades of Half Baked #5B868B

Tints of Half Baked #5B868B

Color information

#5B868B (or 0x5B868B) is unknown color: approx Half Baked. HEX triplet: 5B, 86 and 8B. RGB value is (91,134,139). Sum of RGB (Red+Green+Blue) = 91+134+139=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B868B is #A47974. Grayscale: #797979. Windows color (decimal): -10778997 or 9143899. OLE color: 9143899.

HSL color Cylindrical-coordinate representation of color #5B868B: hue angle of 186.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B868B is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB91134139-
CMYK0.350.0400.45
HSL186.25º20.87%45.1%-
HSV(B)186.25º34.53%54.51%-
XYZ17.521.1427.58-
YUV121.71137.75106.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=25%
G=36.81%
B=38.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal911341390.350.0400.45186.2520.8745.1
Hex5B868B23402Dba152d
Octal1332062134340552722555
Binary1011011100001101000101110001110001011011011101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,134,139); }

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

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

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

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

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

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

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