Html Css Color HEX #5190BE Danube

📋 copy color: '#5190BE'

red 81 ◦ green 144 ◦ blue 190

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

Shades of Danube #5190BE

Tints of Danube #5190BE

RGB

 RED value IS 81 (32.03% from 255) = 19.52%

 GREEN value IS 144 (56.64% from 255) = 34.7%

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

R = 19.52%
G = 34.7%
B = 45.78%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5190BE (or 0x5190BE) is known color: Danube. HEX triplet: 51, 90 and BE. RGB value is (81,144,190). Sum of RGB (Red+Green+Blue) = 81+144+190=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #5190BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190BE is #AE6F41. Grayscale: #828282. Windows color (decimal): -11431746 or 12488785. OLE color: 12488785.

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

Color convert

RGB 81 144 190 -
CMYK 0.57 0.24 0 0.25
HSL 205.32º 0.46% 0.53% -
HSV(B) 205.32º 0.57% 0.75% -
XYZ 22.66 25.41 52.43 -
YUV 130.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 81 144 190 0.57 0.24 0 0.25 205.32 0.46 0.53
Hex 51 90 BE 39 18 0 19 CD 2E 35
Octal 121 220 276 71 30 0 31 315 56 65
Binary 1010001 10010000 10111110 111001 11000 0 11001 11001101 101110 110101

Color Harmonies of #5190BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5190BE

Black with #5190BE

Text Example


Text Example

White with #5190BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5190BE; }

 p { color: rgb(81,144,190); }

 H1.HeaderClassName
 {
   color: #5190BE;
 }
 .AnyTagClassName
 {
   color: #5190BE;
 }
</style>

background-color css

<style>
 a { background-color: #5190BE; }

 a { background-color: rgb(81,144,190); }

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

border-color css

<style>
 span { border-color: #5190BE; }

 span { border-color: rgb(81,144,190); }

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