#558CBC

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

Shades of Danube #558CBC

Tints of Danube #558CBC

Color information

#558CBC (or 0x558CBC) is unknown color: approx Danube. HEX triplet: 55, 8C and BC. RGB value is (85,140,188). Sum of RGB (Red+Green+Blue) = 85+140+188=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #558CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CBC is #AA7343. Grayscale: #808080. Windows color (decimal): -11170628 or 12356693. OLE color: 12356693.

HSL color Cylindrical-coordinate representation of color #558CBC: hue angle of 207.96º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558CBC is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85140188-
CMYK0.550.2600.26
HSL207.96º43.46%53.53%-
HSV(B)207.96º54.79%73.73%-
XYZ22.224.3251.1-
YUV129.03161.2896.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.58%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=20.58%
G=33.90%
B=45.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851401880.550.2600.26207.9643.4653.53
Hex558CBC371A01Ad02b36
Octal12521427467320323205366
Binary101010110001100101111001101111101001101011010000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,140,188); }

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

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

 a { background-color: rgb(85,140,188); }

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

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

 span { border-color: rgb(85,140,188); }

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