#568FC4

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

Shades of Danube #568FC4

Tints of Danube #568FC4

Color information

#568FC4 (or 0x568FC4) is unknown color: approx Danube. HEX triplet: 56, 8F and C4. RGB value is (86,143,196). Sum of RGB (Red+Green+Blue) = 86+143+196=425 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.24% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #568FC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568FC4 is #A9703B. Grayscale: #838383. Windows color (decimal): -11104316 or 12881750. OLE color: 12881750.

HSL color Cylindrical-coordinate representation of color #568FC4: hue angle of 208.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #568FC4 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB86143196-
CMYK0.560.2700.23
HSL208.91º48.25%55.29%-
HSV(B)208.91º56.12%76.86%-
XYZ23.6225.6155.92-
YUV132164.1295.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.24%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 196 (76.95% from 255) = 46.12%
R=20.24%
G=33.65%
B=46.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861431960.560.2700.23208.9148.2555.29
Hex568FC4381B017d13037
Octal12621730470330273216067
Binary101011010001111110001001110001101101011111010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,143,196); }

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

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

 a { background-color: rgb(86,143,196); }

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

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

 span { border-color: rgb(86,143,196); }

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