#568AC1

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

Shades of Danube #568AC1

Tints of Danube #568AC1

Color information

#568AC1 (or 0x568AC1) is unknown color: approx Danube. HEX triplet: 56, 8A and C1. RGB value is (86,138,193). Sum of RGB (Red+Green+Blue) = 86+138+193=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #568AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568AC1 is #A9753E. Grayscale: #808080. Windows color (decimal): -11105599 or 12683862. OLE color: 12683862.

HSL color Cylindrical-coordinate representation of color #568AC1: hue angle of 210.84º 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 #568AC1 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB86138193-
CMYK0.550.2800.24
HSL210.84º46.32%54.71%-
HSV(B)210.84º55.44%75.69%-
XYZ22.5524.0153.9-
YUV128.72164.2797.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.62%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=20.62%
G=33.09%
B=46.28%

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
Decimal861381930.550.2800.24210.8446.3254.71
Hex568AC1371C018d32e37
Octal12621230167340303235667
Binary101011010001010110000011101111110001100011010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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