#5E84BC

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

Shades of Danube #5E84BC

Tints of Danube #5E84BC

Color information

#5E84BC (or 0x5E84BC) is unknown color: approx Danube. HEX triplet: 5E, 84 and BC. RGB value is (94,132,188). Sum of RGB (Red+Green+Blue) = 94+132+188=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E84BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E84BC is #A17B43. Grayscale: #7E7E7E. Windows color (decimal): -10582852 or 12354654. OLE color: 12354654.

HSL color Cylindrical-coordinate representation of color #5E84BC: hue angle of 215.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E84BC is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB94132188-
CMYK0.500.3000.26
HSL215.74º41.23%55.29%-
HSV(B)215.74º50%73.73%-
XYZ21.9422.5150.77-
YUV127.02162.41104.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.71%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=22.71%
G=31.88%
B=45.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941321880.500.3000.26215.7441.2355.29
Hex5E84BC321E01Ad82937
Octal13620427462360323305167
Binary101111010000100101111001100101111001101011011000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E84BC; }

 p { color: rgb(94,132,188); }

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

<style>
 a { background-color: #5E84BC; }

 a { background-color: rgb(94,132,188); }

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

<style>
 span { border-color: #5E84BC; }

 span { border-color: rgb(94,132,188); }

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