#558BBF

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

Shades of Danube #558BBF

Tints of Danube #558BBF

Color information

#558BBF (or 0x558BBF) is unknown color: approx Danube. HEX triplet: 55, 8B and BF. RGB value is (85,139,191). Sum of RGB (Red+Green+Blue) = 85+139+191=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #558BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BBF is #AA7440. Grayscale: #808080. Windows color (decimal): -11170881 or 12553045. OLE color: 12553045.

HSL color Cylindrical-coordinate representation of color #558BBF: hue angle of 209.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558BBF is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85139191-
CMYK0.550.2700.25
HSL209.43º45.3%54.12%-
HSV(B)209.43º55.5%74.9%-
XYZ22.3824.1652.77-
YUV128.78163.1196.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 191 (75% from 255) = 46.02%
R=20.48%
G=33.49%
B=46.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851391910.550.2700.25209.4345.354.12
Hex558BBF371B019d12d36
Octal12521327767330313215566
Binary101010110001011101111111101111101101100111010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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