Html Css Color HEX #5090BC Danube

📋 copy color: '#5090BC'

red 80 ◦ green 144 ◦ blue 188

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

Shades of Danube #5090BC

Tints of Danube #5090BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 19.42%
G = 34.95%
B = 45.63%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5090BC (or 0x5090BC) is known color: Danube. HEX triplet: 50, 90 and BC. RGB value is (80,144,188). Sum of RGB (Red+Green+Blue) = 80+144+188=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #5090BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090BC is #AF6F43. Grayscale: #818181. Windows color (decimal): -11497284 or 12357712. OLE color: 12357712.

HSL color Cylindrical-coordinate representation of color #5090BC: hue angle of 204.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5090BC is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 144 188 -
CMYK 0.57 0.23 0 0.26
HSL 204.44º 0.45% 0.53% -
HSV(B) 204.44º 0.57% 0.74% -
XYZ 22.36 25.28 51.28 -
YUV 129.88 160.8 92.42 -
System Red Green Blue C M Y K H S L
Decimal 80 144 188 0.57 0.23 0 0.26 204.44 0.45 0.53
Hex 50 90 BC 39 17 0 1A CC 2D 35
Octal 120 220 274 71 27 0 32 314 55 65
Binary 1010000 10010000 10111100 111001 10111 0 11010 11001100 101101 110101

Color Harmonies of #5090BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5090BC

Black with #5090BC

Text Example


Text Example

White with #5090BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5090BC; }

 p { color: rgb(80,144,188); }

 H1.HeaderClassName
 {
   color: #5090BC;
 }
 .AnyTagClassName
 {
   color: #5090BC;
 }
</style>

background-color css

<style>
 a { background-color: #5090BC; }

 a { background-color: rgb(80,144,188); }

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

border-color css

<style>
 span { border-color: #5090BC; }

 span { border-color: rgb(80,144,188); }

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