#5389C0

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

Shades of Danube #5389C0

Tints of Danube #5389C0

Color information

#5389C0 (or 0x5389C0) is unknown color: approx Danube. HEX triplet: 53, 89 and C0. RGB value is (83,137,192). Sum of RGB (Red+Green+Blue) = 83+137+192=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #5389C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389C0 is #AC763F. Grayscale: #7E7E7E. Windows color (decimal): -11302464 or 12618067. OLE color: 12618067.

HSL color Cylindrical-coordinate representation of color #5389C0: hue angle of 210.28º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5389C0 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83137192-
CMYK0.570.2900.25
HSL210.28º46.38%53.92%-
HSV(B)210.28º56.77%75.29%-
XYZ22.0323.5453.25-
YUV127.12164.6196.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.15%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 192 (75.39% from 255) = 46.60%
R=20.15%
G=33.25%
B=46.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831371920.570.2900.25210.2846.3853.92
Hex5389C0391D019d22e36
Octal12321130071350313225666
Binary101001110001001110000001110011110101100111010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5389C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5389C0; }

 p { color: rgb(83,137,192); }

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

<style>
 a { background-color: #5389C0; }

 a { background-color: rgb(83,137,192); }

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

<style>
 span { border-color: #5389C0; }

 span { border-color: rgb(83,137,192); }

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