#568EC7

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

Shades of Danube #568EC7

Tints of Danube #568EC7

Color information

#568EC7 (or 0x568EC7) is unknown color: approx Danube. HEX triplet: 56, 8E and C7. RGB value is (86,142,199). Sum of RGB (Red+Green+Blue) = 86+142+199=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #568EC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568EC7 is #A97138. Grayscale: #838383. Windows color (decimal): -11104569 or 13078102. OLE color: 13078102.

HSL color Cylindrical-coordinate representation of color #568EC7: hue angle of 210.27º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #568EC7 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB86142199-
CMYK0.570.2900.22
HSL210.27º50.22%55.88%-
HSV(B)210.27º56.78%78.04%-
XYZ23.8225.4557.69-
YUV131.75165.9595.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.14%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 199 (78.12% from 255) = 46.60%
R=20.14%
G=33.26%
B=46.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861421990.570.2900.22210.2750.2255.88
Hex568EC7391D016d23238
Octal12621630771350263226270
Binary101011010001110110001111110011110101011011010010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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