Html Css Color HEX #5090CB Danube

📋 copy color: '#5090CB'

red 80 ◦ green 144 ◦ blue 203

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

Shades of Danube #5090CB

Tints of Danube #5090CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 18.74%
G = 33.72%
B = 47.54%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5090CB (or 0x5090CB) is known color: Danube. HEX triplet: 50, 90 and CB. RGB value is (80,144,203). Sum of RGB (Red+Green+Blue) = 80+144+203=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #5090CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090CB is #AF6F34. Grayscale: #838383. Windows color (decimal): -11497269 or 13340752. OLE color: 13340752.

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

Color convert

RGB 80 144 203 -
CMYK 0.61 0.29 0 0.20
HSL 208.78º 0.54% 0.55% -
HSV(B) 208.78º 0.61% 0.8% -
XYZ 24.06 25.96 60.24 -
YUV 131.59 168.3 91.2 -
System Red Green Blue C M Y K H S L
Decimal 80 144 203 0.61 0.29 0 0.20 208.78 0.54 0.55
Hex 50 90 CB 3D 1D 0 14 D1 36 37
Octal 120 220 313 75 35 0 24 321 66 67
Binary 1010000 10010000 11001011 111101 11101 0 10100 11010001 110110 110111

Color Harmonies of #5090CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5090CB

Black with #5090CB

Text Example


Text Example

White with #5090CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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