#568994

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

Shades of Half Baked #568994

Tints of Half Baked #568994

Color information

#568994 (or 0x568994) is unknown color: approx Half Baked. HEX triplet: 56, 89 and 94. RGB value is (86,137,148). Sum of RGB (Red+Green+Blue) = 86+137+148=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #568994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568994 is #A9766B. Grayscale: #7A7A7A. Windows color (decimal): -11105900 or 9734486. OLE color: 9734486.

HSL color Cylindrical-coordinate representation of color #568994: hue angle of 190.65º 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 #568994 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86137148-
CMYK0.420.0700.42
HSL190.65º26.5%45.88%-
HSV(B)190.65º41.89%58.04%-
XYZ18.1322.0131.31-
YUV123142.1101.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=23.18%
G=36.93%
B=39.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861371480.420.0700.42190.6526.545.88
Hex5689942A702Abf1a2e
Octal1262112245270522773256
Binary1010110100010011001010010101011101010101011111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568994; }

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

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

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

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

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

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

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

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