#558FCA

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

Shades of Danube #558FCA

Tints of Danube #558FCA

Color information

#558FCA (or 0x558FCA) is unknown color: approx Danube. HEX triplet: 55, 8F and CA. RGB value is (85,143,202). Sum of RGB (Red+Green+Blue) = 85+143+202=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #558FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FCA is #AA7035. Grayscale: #848484. Windows color (decimal): -11169846 or 13274965. OLE color: 13274965.

HSL color Cylindrical-coordinate representation of color #558FCA: hue angle of 210.26º 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 #558FCA is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85143202-
CMYK0.580.2900.21
HSL210.26º52.47%56.27%-
HSV(B)210.26º57.92%79.22%-
XYZ24.2325.8459.59-
YUV132.38167.2894.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.77%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=19.77%
G=33.26%
B=46.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851432020.580.2900.21210.2652.4756.27
Hex558FCA3A1D015d23438
Octal12521731272350253226470
Binary101010110001111110010101110101110101010111010010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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