#5E8FC2

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

Shades of Danube #5E8FC2

Tints of Danube #5E8FC2

Color information

#5E8FC2 (or 0x5E8FC2) is unknown color: approx Danube. HEX triplet: 5E, 8F and C2. RGB value is (94,143,194). Sum of RGB (Red+Green+Blue) = 94+143+194=431 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.81% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #5E8FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8FC2 is #A1703D. Grayscale: #858585. Windows color (decimal): -10580030 or 12750686. OLE color: 12750686.

HSL color Cylindrical-coordinate representation of color #5E8FC2: hue angle of 210.6º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E8FC2 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB94143194-
CMYK0.520.2600.24
HSL210.6º45.05%56.47%-
HSV(B)210.6º51.55%76.08%-
XYZ24.1825.9254.77-
YUV134.16161.7799.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.81%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=21.81%
G=33.18%
B=45.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal941431940.520.2600.24210.645.0556.47
Hex5E8FC2341A018d32d38
Octal13621730264320303235570
Binary101111010001111110000101101001101001100011010011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,143,194); }

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

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

 a { background-color: rgb(94,143,194); }

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

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

 span { border-color: rgb(94,143,194); }

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