Html Css Color HEX #5E8BBE Danube

📋 copy color: '#5E8BBE'

red 94 ◦ green 139 ◦ blue 190

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

Shades of Danube #5E8BBE

Tints of Danube #5E8BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.86%

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 22.22%
G = 32.86%
B = 44.92%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E8BBE (or 0x5E8BBE) is known color: Danube. HEX triplet: 5E, 8B and BE. RGB value is (94,139,190). Sum of RGB (Red+Green+Blue) = 94+139+190=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E8BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8BBE is #A17441. Grayscale: #838383. Windows color (decimal): -10581058 or 12487518. OLE color: 12487518.

HSL color Cylindrical-coordinate representation of color #5E8BBE: hue angle of 211.88º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E8BBE is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 139 190 -
CMYK 0.51 0.27 0 0.25
HSL 211.88º 0.42% 0.56% -
HSV(B) 211.88º 0.51% 0.75% -
XYZ 23.14 24.56 52.24 -
YUV 131.36 161.09 101.35 -
System Red Green Blue C M Y K H S L
Decimal 94 139 190 0.51 0.27 0 0.25 211.88 0.42 0.56
Hex 5E 8B BE 33 1B 0 19 D4 2A 38
Octal 136 213 276 63 33 0 31 324 52 70
Binary 1011110 10001011 10111110 110011 11011 0 11001 11010100 101010 111000

Color Harmonies of #5E8BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8BBE

Black with #5E8BBE

Text Example


Text Example

White with #5E8BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,139,190); }

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

background-color css

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

 a { background-color: rgb(94,139,190); }

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

border-color css

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

 span { border-color: rgb(94,139,190); }

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