Html Css Color HEX #5090CD Danube

📋 copy color: '#5090CD'

red 80 ◦ green 144 ◦ blue 205

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

Shades of Danube #5090CD

Tints of Danube #5090CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 18.65%
G = 33.57%
B = 47.79%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5090CD (or 0x5090CD) is known color: Danube. HEX triplet: 50, 90 and CD. RGB value is (80,144,205). Sum of RGB (Red+Green+Blue) = 80+144+205=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #5090CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090CD is #AF6F32. Grayscale: #838383. Windows color (decimal): -11497267 or 13471824. OLE color: 13471824.

HSL color Cylindrical-coordinate representation of color #5090CD: hue angle of 209.28º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5090CD is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 144 205 -
CMYK 0.61 0.30 0 0.20
HSL 209.28º 0.56% 0.56% -
HSV(B) 209.28º 0.61% 0.8% -
XYZ 24.3 26.06 61.51 -
YUV 131.82 169.3 91.04 -
System Red Green Blue C M Y K H S L
Decimal 80 144 205 0.61 0.30 0 0.20 209.28 0.56 0.56
Hex 50 90 CD 3D 1E 0 14 D1 38 38
Octal 120 220 315 75 36 0 24 321 70 70
Binary 1010000 10010000 11001101 111101 11110 0 10100 11010001 111000 111000

Color Harmonies of #5090CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5090CD

Black with #5090CD

Text Example


Text Example

White with #5090CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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