#5190BB

Color #5190BB Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #5190BB

Tints of Danube #5190BB

Color information

#5190BB (or 0x5190BB) is unknown color: approx Danube. HEX triplet: 51, 90 and BB. RGB value is (81,144,187). Sum of RGB (Red+Green+Blue) = 81+144+187=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #5190BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190BB is #AE6F44. Grayscale: #818181. Windows color (decimal): -11431749 or 12292177. OLE color: 12292177.

HSL color Cylindrical-coordinate representation of color #5190BB: hue angle of 204.34º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5190BB is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81144187-
CMYK0.570.2300.27
HSL204.34º43.8%52.55%-
HSV(B)204.34º56.68%73.33%-
XYZ22.3425.2850.72-
YUV130.06160.1393-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.66%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=19.66%
G=34.95%
B=45.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811441870.570.2300.27204.3443.852.55
Hex5190BB391701Bcc2c35
Octal12122027371270333145465
Binary101000110010000101110111110011011101101111001100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5190BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5190BB;
 }
 .AnyTagClassName
 {
   color: #5190BB;
 }
</style>
background-color css

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

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

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

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

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

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