#56948E

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

Shades of Half Baked #56948E

Tints of Half Baked #56948E

Color information

#56948E (or 0x56948E) is unknown color: approx Half Baked. HEX triplet: 56, 94 and 8E. RGB value is (86,148,142). Sum of RGB (Red+Green+Blue) = 86+148+142=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #56948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56948E is #A96B71. Grayscale: #808080. Windows color (decimal): -11103090 or 9344086. OLE color: 9344086.

HSL color Cylindrical-coordinate representation of color #56948E: hue angle of 174.19º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56948E is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB86148142-
CMYK0.4200.040.42
HSL174.19º26.5%45.88%-
HSV(B)174.19º41.89%58.04%-
XYZ19.3125.1129.42-
YUV128.78135.4697.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.87%
GREEN value IS 148 (58.20% from 255) = 39.36%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=22.87%
G=39.36%
B=37.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861481420.4200.040.42174.1926.545.88
Hex56948E2A042Aae1a2e
Octal1262242165204522563256
Binary1010110100101001000111010101001001010101010111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56948E; }

 p { color: rgb(86,148,142); }

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

<style>
 a { background-color: #56948E; }

 a { background-color: rgb(86,148,142); }

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

<style>
 span { border-color: #56948E; }

 span { border-color: rgb(86,148,142); }

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