Html Css Color HEX #5391C1 Danube

📋 copy color: '#5391C1'

red 83 ◦ green 145 ◦ blue 193

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

Shades of Danube #5391C1

Tints of Danube #5391C1

RGB

 RED value IS 83 (32.81% from 255) = 19.71%

 GREEN value IS 145 (57.03% from 255) = 34.44%

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

R = 19.71%
G = 34.44%
B = 45.84%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5391C1 (or 0x5391C1) is known color: Danube. HEX triplet: 53, 91 and C1. RGB value is (83,145,193). Sum of RGB (Red+Green+Blue) = 83+145+193=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #5391C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5391C1 is #AC6E3E. Grayscale: #838383. Windows color (decimal): -11300415 or 12685651. OLE color: 12685651.

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

Color convert

RGB 83 145 193 -
CMYK 0.57 0.25 0 0.24
HSL 206.18º 0.47% 0.54% -
HSV(B) 206.18º 0.57% 0.76% -
XYZ 23.32 25.94 54.23 -
YUV 131.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 83 145 193 0.57 0.25 0 0.24 206.18 0.47 0.54
Hex 53 91 C1 39 19 0 18 CE 2F 36
Octal 123 221 301 71 31 0 30 316 57 66
Binary 1010011 10010001 11000001 111001 11001 0 11000 11001110 101111 110110

Color Harmonies of #5391C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5391C1

Black with #5391C1

Text Example


Text Example

White with #5391C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,145,193); }

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

background-color css

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

 a { background-color: rgb(83,145,193); }

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

border-color css

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

 span { border-color: rgb(83,145,193); }

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