#558DCA

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

Shades of Danube #558DCA

Tints of Danube #558DCA

Color information

#558DCA (or 0x558DCA) is unknown color: approx Danube. HEX triplet: 55, 8D and CA. RGB value is (85,141,202). Sum of RGB (Red+Green+Blue) = 85+141+202=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #558DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DCA is #AA7235. Grayscale: #828282. Windows color (decimal): -11170358 or 13274453. OLE color: 13274453.

HSL color Cylindrical-coordinate representation of color #558DCA: hue angle of 211.28º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558DCA is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85141202-
CMYK0.580.3000.21
HSL211.28º52.47%56.27%-
HSV(B)211.28º57.92%79.22%-
XYZ23.9325.2559.49-
YUV131.21167.9595.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.86%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=19.86%
G=32.94%
B=47.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851412020.580.3000.21211.2852.4756.27
Hex558DCA3A1E015d33438
Octal12521531272360253236470
Binary101010110001101110010101110101111001010111010011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558DCA; }

 p { color: rgb(85,141,202); }

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

<style>
 a { background-color: #558DCA; }

 a { background-color: rgb(85,141,202); }

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

<style>
 span { border-color: #558DCA; }

 span { border-color: rgb(85,141,202); }

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