Html Css Color HEX #5493C1 Danube

📋 copy color: '#5493C1'

red 84 ◦ green 147 ◦ blue 193

#5493C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #5493C1

Tints of Danube #5493C1

RGB

 RED value IS 84 (33.2% from 255) = 19.81%

 GREEN value IS 147 (57.81% from 255) = 34.67%

 BLUE value IS 193 (75.78% from 255) = 45.52%

R = 19.81%
G = 34.67%
B = 45.52%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5493C1 (or 0x5493C1) is known color: Danube. HEX triplet: 54, 93 and C1. RGB value is (84,147,193). Sum of RGB (Red+Green+Blue) = 84+147+193=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #5493C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5493C1 is #AB6C3E. Grayscale: #858585. Windows color (decimal): -11234367 or 12686164. OLE color: 12686164.

HSL color Cylindrical-coordinate representation of color #5493C1: hue angle of 205.32º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5493C1 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 84 147 193 -
CMYK 0.56 0.24 0 0.24
HSL 205.32º 0.47% 0.54% -
HSV(B) 205.32º 0.56% 0.76% -
XYZ 23.72 26.6 54.34 -
YUV 133.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 84 147 193 0.56 0.24 0 0.24 205.32 0.47 0.54
Hex 54 93 C1 38 18 0 18 CD 2F 36
Octal 124 223 301 70 30 0 30 315 57 66
Binary 1010100 10010011 11000001 111000 11000 0 11000 11001101 101111 110110

Color Harmonies of #5493C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5493C1

Black with #5493C1

Text Example


Text Example

White with #5493C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5493C1; }

 p { color: rgb(84,147,193); }

 H1.HeaderClassName
 {
   color: #5493C1;
 }
 .AnyTagClassName
 {
   color: #5493C1;
 }
</style>

background-color css

<style>
 a { background-color: #5493C1; }

 a { background-color: rgb(84,147,193); }

 div.DivClassName
 {
   background-color: #5493C1;
 }
 .BgClassName
 {
   background-color: #5493C1;
 }
</style>

border-color css

<style>
 span { border-color: #5493C1; }

 span { border-color: rgb(84,147,193); }

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