#568BC1

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

Shades of Danube #568BC1

Tints of Danube #568BC1

Color information

#568BC1 (or 0x568BC1) is unknown color: approx Danube. HEX triplet: 56, 8B and C1. RGB value is (86,139,193). Sum of RGB (Red+Green+Blue) = 86+139+193=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #568BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BC1 is #A9743E. Grayscale: #818181. Windows color (decimal): -11105343 or 12684118. OLE color: 12684118.

HSL color Cylindrical-coordinate representation of color #568BC1: hue angle of 210.28º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #568BC1 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB86139193-
CMYK0.550.2800.24
HSL210.28º46.32%54.71%-
HSV(B)210.28º55.44%75.69%-
XYZ22.724.2953.95-
YUV129.31163.9497.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.57%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 193 (75.78% from 255) = 46.17%
R=20.57%
G=33.25%
B=46.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal861391930.550.2800.24210.2846.3254.71
Hex568BC1371C018d22e37
Octal12621330167340303225667
Binary101011010001011110000011101111110001100011010010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,139,193); }

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

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

 a { background-color: rgb(86,139,193); }

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

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

 span { border-color: rgb(86,139,193); }

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