#558CCB

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

Shades of Danube #558CCB

Tints of Danube #558CCB

Color information

#558CCB (or 0x558CCB) is unknown color: approx Danube. HEX triplet: 55, 8C and CB. RGB value is (85,140,203). Sum of RGB (Red+Green+Blue) = 85+140+203=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #558CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CCB is #AA7334. Grayscale: #828282. Windows color (decimal): -11170613 or 13339733. OLE color: 13339733.

HSL color Cylindrical-coordinate representation of color #558CCB: hue angle of 212.03º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558CCB is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85140203-
CMYK0.580.3100.20
HSL212.03º53.15%56.47%-
HSV(B)212.03º58.13%79.61%-
XYZ23.92560.07-
YUV130.74168.7895.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.86%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=19.86%
G=32.71%
B=47.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851402030.580.3100.20212.0353.1556.47
Hex558CCB3A1F014d43538
Octal12521431372370243246570
Binary101010110001100110010111110101111101010011010100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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