#578ac4

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

Shades of Danube #578AC4

Tints of Danube #578AC4

Color information

#578AC4 (or 0x578AC4) is unknown color: approx Danube. HEX triplet: 57, 8A and C4. RGB value is (87,138,196). Sum of RGB (Red+Green+Blue) = 87+138+196=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #578AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578AC4 is #A8753B. Grayscale: #818181. Windows color (decimal): -11040060 or 12880471. OLE color: 12880471.

HSL color Cylindrical-coordinate representation of color #578AC4: hue angle of 211.93º 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 #578AC4 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB87138196-
CMYK0.560.3000.23
HSL211.93º48.02%55.49%-
HSV(B)211.93º55.61%76.86%-
XYZ22.9824.1955.68-
YUV129.36165.697.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.67%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 196 (76.95% from 255) = 46.56%
R=20.67%
G=32.78%
B=46.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal871381960.560.3000.23211.9348.0255.49
Hex578AC4381E017d43037
Octal12721230470360273246067
Binary101011110001010110001001110001111001011111010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578ac4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578ac4; }

 p { color: rgb(87,138,196); }

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

<style>
 a { background-color: #578ac4; }

 a { background-color: rgb(87,138,196); }

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

<style>
 span { border-color: #578ac4; }

 span { border-color: rgb(87,138,196); }

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