#5E88CA

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

Shades of Danube #5E88CA

Tints of Danube #5E88CA

Color information

#5E88CA (or 0x5E88CA) is unknown color: approx Danube. HEX triplet: 5E, 88 and CA. RGB value is (94,136,202). Sum of RGB (Red+Green+Blue) = 94+136+202=432 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.76% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E88CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E88CA is #A17735. Grayscale: #828282. Windows color (decimal): -10581814 or 13273182. OLE color: 13273182.

HSL color Cylindrical-coordinate representation of color #5E88CA: hue angle of 216.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E88CA is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94136202-
CMYK0.530.3300.21
HSL216.67º50.47%58.04%-
HSV(B)216.67º53.47%79.22%-
XYZ24.0824.2559.29-
YUV130.97168.09101.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.76%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=21.76%
G=31.48%
B=46.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941362020.530.3300.21216.6750.4758.04
Hex5E88CA3521015d9323a
Octal13621031265410253316272
Binary1011110100010001100101011010110000101010111011001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E88CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,136,202); }

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

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

 a { background-color: rgb(94,136,202); }

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

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

 span { border-color: rgb(94,136,202); }

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