#5C8589

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

Shades of Half Baked #5C8589

Tints of Half Baked #5C8589

Color information

#5C8589 (or 0x5C8589) is unknown color: approx Half Baked. HEX triplet: 5C, 85 and 89. RGB value is (92,133,137). Sum of RGB (Red+Green+Blue) = 92+133+137=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: blue. Hex color #5C8589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8589 is #A37A76. Grayscale: #797979. Windows color (decimal): -10713719 or 9012572. OLE color: 9012572.

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

Color convert

RGB92133137-
CMYK0.330.0300.46
HSL185.33º19.65%44.9%-
HSV(B)185.33º32.85%53.73%-
XYZ17.3220.8626.78-
YUV121.2136.92107.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.41%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=25.41%
G=36.74%
B=37.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal921331370.330.0300.46185.3319.6544.9
Hex5C858921302Eb9142d
Octal1342052114130562712455
Binary101110010000101100010011000011101011101011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,133,137); }

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

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

 a { background-color: rgb(92,133,137); }

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

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

 span { border-color: rgb(92,133,137); }

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