#58969B

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

Shades of Half Baked #58969B

Tints of Half Baked #58969B

Color information

#58969B (or 0x58969B) is unknown color: approx Half Baked. HEX triplet: 58, 96 and 9B. RGB value is (88,150,155). Sum of RGB (Red+Green+Blue) = 88+150+155=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #58969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58969B is #A76964. Grayscale: #838383. Windows color (decimal): -10971493 or 10196568. OLE color: 10196568.

HSL color Cylindrical-coordinate representation of color #58969B: hue angle of 184.48º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58969B is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88150155-
CMYK0.430.0300.39
HSL184.48º27.57%47.65%-
HSV(B)184.48º43.23%60.78%-
XYZ20.8526.2534.98-
YUV132.03140.9696.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=22.39%
G=38.17%
B=39.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881501550.430.0300.39184.4827.5747.65
Hex58969B2B3027b81c30
Octal1302262335330472703460
Binary101100010010110100110111010111101001111011100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58969B; }

 p { color: rgb(88,150,155); }

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

<style>
 a { background-color: #58969B; }

 a { background-color: rgb(88,150,155); }

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

<style>
 span { border-color: #58969B; }

 span { border-color: rgb(88,150,155); }

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