#5B8688

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

Shades of Half Baked #5B8688

Tints of Half Baked #5B8688

Color information

#5B8688 (or 0x5B8688) is unknown color: approx Half Baked. HEX triplet: 5B, 86 and 88. RGB value is (91,134,136). Sum of RGB (Red+Green+Blue) = 91+134+136=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B8688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8688 is #A47977. Grayscale: #797979. Windows color (decimal): -10779000 or 8947291. OLE color: 8947291.

HSL color Cylindrical-coordinate representation of color #5B8688: hue angle of 182.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B8688 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB91134136-
CMYK0.330.0100.47
HSL182.67º19.82%44.51%-
HSV(B)182.67º33.09%53.33%-
XYZ17.2821.0526.45-
YUV121.37136.25106.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.21%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=25.21%
G=37.12%
B=37.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911341360.330.0100.47182.6719.8244.51
Hex5B868821102Fb7142d
Octal1332062104110572672455
Binary10110111000011010001000100001101011111011011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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