#5E8CC1

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

Shades of Danube #5E8CC1

Tints of Danube #5E8CC1

Color information

#5E8CC1 (or 0x5E8CC1) is unknown color: approx Danube. HEX triplet: 5E, 8C and C1. RGB value is (94,140,193). Sum of RGB (Red+Green+Blue) = 94+140+193=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #5E8CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8CC1 is #A1733E. Grayscale: #848484. Windows color (decimal): -10580799 or 12684382. OLE color: 12684382.

HSL color Cylindrical-coordinate representation of color #5E8CC1: hue angle of 212.12º 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 #5E8CC1 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB94140193-
CMYK0.510.2700.24
HSL212.12º44.39%56.27%-
HSV(B)212.12º51.3%75.69%-
XYZ23.6224.9954.03-
YUV132.29162.26100.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.01%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=22.01%
G=32.79%
B=45.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal941401930.510.2700.24212.1244.3956.27
Hex5E8CC1331B018d42c38
Octal13621430163330303245470
Binary101111010001100110000011100111101101100011010100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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