#5D8688

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

Shades of Half Baked #5D8688

Tints of Half Baked #5D8688

Color information

#5D8688 (or 0x5D8688) is unknown color: approx Half Baked. HEX triplet: 5D, 86 and 88. RGB value is (93,134,136). Sum of RGB (Red+Green+Blue) = 93+134+136=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D8688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8688 is #A27977. Grayscale: #797979. Windows color (decimal): -10647928 or 8947293. OLE color: 8947293.

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

Color convert

RGB93134136-
CMYK0.320.0100.47
HSL182.79º18.78%44.9%-
HSV(B)182.79º31.62%53.33%-
XYZ17.4821.1526.45-
YUV121.97135.92107.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.62%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=25.62%
G=36.91%
B=37.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931341360.320.0100.47182.7918.7844.9
Hex5D868820102Fb7132d
Octal1352062104010572672355
Binary10111011000011010001000100000101011111011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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