#56928D

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

Shades of Half Baked #56928D

Tints of Half Baked #56928D

Color information

#56928D (or 0x56928D) is unknown color: approx Half Baked. HEX triplet: 56, 92 and 8D. RGB value is (86,146,141). Sum of RGB (Red+Green+Blue) = 86+146+141=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #56928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56928D is #A96D72. Grayscale: #7F7F7F. Windows color (decimal): -11103603 or 9278038. OLE color: 9278038.

HSL color Cylindrical-coordinate representation of color #56928D: hue angle of 175º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56928D is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB86146141-
CMYK0.4100.030.43
HSL175º25.86%45.49%-
HSV(B)175º41.1%57.25%-
XYZ18.9224.4628.92-
YUV127.49135.6298.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=23.06%
G=39.14%
B=37.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861461410.4100.030.4317525.8645.49
Hex56928D29032Baf1a2d
Octal1262222155103532573255
Binary101011010010010100011011010010111010111010111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56928D; }

 p { color: rgb(86,146,141); }

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

<style>
 a { background-color: #56928D; }

 a { background-color: rgb(86,146,141); }

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

<style>
 span { border-color: #56928D; }

 span { border-color: rgb(86,146,141); }

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