#568EBC

Color #568EBC Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #568EBC

Tints of Danube #568EBC

Color information

#568EBC (or 0x568EBC) is unknown color: approx Danube. HEX triplet: 56, 8E and BC. RGB value is (86,142,188). Sum of RGB (Red+Green+Blue) = 86+142+188=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #568EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568EBC is #A97143. Grayscale: #828282. Windows color (decimal): -11104580 or 12357206. OLE color: 12357206.

HSL color Cylindrical-coordinate representation of color #568EBC: hue angle of 207.06º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #568EBC is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB86142188-
CMYK0.540.2400.26
HSL207.06º43.22%53.73%-
HSV(B)207.06º54.26%73.73%-
XYZ22.5924.9651.2-
YUV130.5160.4596.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.67%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=20.67%
G=34.13%
B=45.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861421880.540.2400.26207.0643.2253.73
Hex568EBC361801Acf2b36
Octal12621627466300323175366
Binary101011010001110101111001101101100001101011001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568EBC; }

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

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

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

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

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

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

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

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