Html Css Color HEX #5E83B4 Danube

📋 copy color: '#5E83B4'

red 94 ◦ green 131 ◦ blue 180

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

Shades of Danube #5E83B4

Tints of Danube #5E83B4

RGB

 RED value IS 94 (37.11% from 255) = 23.21%

 GREEN value IS 131 (51.56% from 255) = 32.35%

 BLUE value IS 180 (70.7% from 255) = 44.44%

R = 23.21%
G = 32.35%
B = 44.44%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5E83B4 (or 0x5E83B4) is known color: Danube. HEX triplet: 5E, 83 and B4. RGB value is (94,131,180). Sum of RGB (Red+Green+Blue) = 94+131+180=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E83B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E83B4 is #A17C4B. Grayscale: #7D7D7D. Windows color (decimal): -10583116 or 11830110. OLE color: 11830110.

HSL color Cylindrical-coordinate representation of color #5E83B4: hue angle of 214.19º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E83B4 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 94 131 180 -
CMYK 0.48 0.27 0 0.29
HSL 214.19º 0.36% 0.54% -
HSV(B) 214.19º 0.48% 0.71% -
XYZ 20.97 21.91 46.3 -
YUV 125.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 94 131 180 0.48 0.27 0 0.29 214.19 0.36 0.54
Hex 5E 83 B4 30 1B 0 1D D6 24 36
Octal 136 203 264 60 33 0 35 326 44 66
Binary 1011110 10000011 10110100 110000 11011 0 11101 11010110 100100 110110

Color Harmonies of #5E83B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E83B4

Black with #5E83B4

Text Example


Text Example

White with #5E83B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,131,180); }

 H1.HeaderClassName
 {
   color: #5E83B4;
 }
 .AnyTagClassName
 {
   color: #5E83B4;
 }
</style>

background-color css

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

 a { background-color: rgb(94,131,180); }

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

border-color css

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

 span { border-color: rgb(94,131,180); }

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