#5092BE

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

Shades of Danube #5092BE

Tints of Danube #5092BE

Color information

#5092BE (or 0x5092BE) is unknown color: approx Danube. HEX triplet: 50, 92 and BE. RGB value is (80,146,190). Sum of RGB (Red+Green+Blue) = 80+146+190=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #5092BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5092BE is #AF6D41. Grayscale: #838383. Windows color (decimal): -11496770 or 12489296. OLE color: 12489296.

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

Color convert

RGB80146190-
CMYK0.580.2300.25
HSL204º45.83%52.94%-
HSV(B)204º57.89%74.51%-
XYZ22.8825.9852.52-
YUV131.28161.1391.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.23%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=19.23%
G=35.10%
B=45.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801461900.580.2300.2520445.8352.94
Hex5092BE3A17019cc2e35
Octal12022227672270313145665
Binary101000010010010101111101110101011101100111001100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5092BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,146,190); }

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

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

 a { background-color: rgb(80,146,190); }

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

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

 span { border-color: rgb(80,146,190); }

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