#5E8EC1

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

Shades of Danube #5E8EC1

Tints of Danube #5E8EC1

Color information

#5E8EC1 (or 0x5E8EC1) is unknown color: approx Danube. HEX triplet: 5E, 8E and C1. RGB value is (94,142,193). Sum of RGB (Red+Green+Blue) = 94+142+193=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #5E8EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8EC1 is #A1713E. Grayscale: #858585. Windows color (decimal): -10580287 or 12684894. OLE color: 12684894.

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

Color convert

RGB94142193-
CMYK0.510.2600.24
HSL210.91º44.39%56.27%-
HSV(B)210.91º51.3%75.69%-
XYZ23.9125.5854.13-
YUV133.46161.699.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.91%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 193 (75.78% from 255) = 44.99%
R=21.91%
G=33.10%
B=44.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal941421930.510.2600.24210.9144.3956.27
Hex5E8EC1331A018d32c38
Octal13621630163320303235470
Binary101111010001110110000011100111101001100011010011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,142,193); }

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

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

 a { background-color: rgb(94,142,193); }

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

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

 span { border-color: rgb(94,142,193); }

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