#58848C

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

Shades of Half Baked #58848C

Tints of Half Baked #58848C

Color information

#58848C (or 0x58848C) is unknown color: approx Half Baked. HEX triplet: 58, 84 and 8C. RGB value is (88,132,140). Sum of RGB (Red+Green+Blue) = 88+132+140=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #58848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58848C is #A77B73. Grayscale: #777777. Windows color (decimal): -10976116 or 9208920. OLE color: 9208920.

HSL color Cylindrical-coordinate representation of color #58848C: hue angle of 189.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58848C is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88132140-
CMYK0.370.0600.45
HSL189.23º22.81%44.71%-
HSV(B)189.23º37.14%54.9%-
XYZ17.0120.4727.87-
YUV119.76139.42105.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=24.44%
G=36.67%
B=38.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881321400.370.0600.45189.2322.8144.71
Hex58848C25602Dbd172d
Octal1302042144560552752755
Binary1011000100001001000110010010111001011011011110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58848C; }

 p { color: rgb(88,132,140); }

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

<style>
 a { background-color: #58848C; }

 a { background-color: rgb(88,132,140); }

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

<style>
 span { border-color: #58848C; }

 span { border-color: rgb(88,132,140); }

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