#558BCA

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

Shades of Danube #558BCA

Tints of Danube #558BCA

Color information

#558BCA (or 0x558BCA) is unknown color: approx Danube. HEX triplet: 55, 8B and CA. RGB value is (85,139,202). Sum of RGB (Red+Green+Blue) = 85+139+202=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #558BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BCA is #AA7435. Grayscale: #818181. Windows color (decimal): -11170870 or 13273941. OLE color: 13273941.

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

Color convert

RGB85139202-
CMYK0.580.3100.21
HSL212.31º52.47%56.27%-
HSV(B)212.31º57.92%79.22%-
XYZ23.6424.6659.39-
YUV130.04168.6195.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=19.95%
G=32.63%
B=47.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851392020.580.3100.21212.3152.4756.27
Hex558BCA3A1F015d43438
Octal12521331272370253246470
Binary101010110001011110010101110101111101010111010100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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