Html Css Color HEX #5092BE Danube

📋 copy color: '#5092BE'

red 80 ◦ green 146 ◦ blue 190

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

Shades of Danube #5092BE

Tints of Danube #5092BE

RGB

 RED value IS 80 (31.64% from 255) = 19.23%

 GREEN value IS 146 (57.42% from 255) = 35.1%

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

R = 19.23%
G = 35.1%
B = 45.67%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5092BE (or 0x5092BE) is known color: 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

RGB 80 146 190 -
CMYK 0.58 0.23 0 0.25
HSL 204º 0.46% 0.53% -
HSV(B) 204º 0.58% 0.75% -
XYZ 22.88 25.98 52.52 -
YUV 131.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 80 146 190 0.58 0.23 0 0.25 204 0.46 0.53
Hex 50 92 BE 3A 17 0 19 CC 2E 35
Octal 120 222 276 72 27 0 31 314 56 65
Binary 1010000 10010010 10111110 111010 10111 0 11001 11001100 101110 110101

Color Harmonies of #5092BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5092BE

Black with #5092BE

Text Example


Text Example

White with #5092BE

Text Example


Text Example

HTML Codes & Css Web 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>