Html Css Color HEX #5090CF Danube

📋 copy color: '#5090CF'

red 80 ◦ green 144 ◦ blue 207

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

Shades of Danube #5090CF

Tints of Danube #5090CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 18.56%
G = 33.41%
B = 48.03%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5090CF (or 0x5090CF) is known color: Danube. HEX triplet: 50, 90 and CF. RGB value is (80,144,207). Sum of RGB (Red+Green+Blue) = 80+144+207=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #5090CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090CF is #AF6F30. Grayscale: #838383. Windows color (decimal): -11497265 or 13602896. OLE color: 13602896.

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

Color convert

RGB 80 144 207 -
CMYK 0.61 0.30 0 0.19
HSL 209.76º 0.57% 0.56% -
HSV(B) 209.76º 0.61% 0.81% -
XYZ 24.54 26.16 62.79 -
YUV 132.05 170.3 90.88 -
System Red Green Blue C M Y K H S L
Decimal 80 144 207 0.61 0.30 0 0.19 209.76 0.57 0.56
Hex 50 90 CF 3D 1E 0 13 D2 39 38
Octal 120 220 317 75 36 0 23 322 71 70
Binary 1010000 10010000 11001111 111101 11110 0 10011 11010010 111001 111000

Color Harmonies of #5090CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5090CF

Black with #5090CF

Text Example


Text Example

White with #5090CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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