Html Css Color HEX #5190CC Danube

📋 copy color: '#5190CC'

red 81 ◦ green 144 ◦ blue 204

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

Shades of Danube #5190CC

Tints of Danube #5190CC

RGB

 RED value IS 81 (32.03% from 255) = 18.88%

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 18.88%
G = 33.57%
B = 47.55%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5190CC (or 0x5190CC) is known color: Danube. HEX triplet: 51, 90 and CC. RGB value is (81,144,204). Sum of RGB (Red+Green+Blue) = 81+144+204=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #5190CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190CC is #AE6F33. Grayscale: #838383. Windows color (decimal): -11431732 or 13406289. OLE color: 13406289.

HSL color Cylindrical-coordinate representation of color #5190CC: hue angle of 209.27º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5190CC is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 144 204 -
CMYK 0.60 0.29 0 0.2
HSL 209.27º 0.55% 0.56% -
HSV(B) 209.27º 0.6% 0.8% -
XYZ 24.27 26.06 60.88 -
YUV 132 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 81 144 204 0.60 0.29 0 0.2 209.27 0.55 0.56
Hex 51 90 CC 3C 1D 0 14 D1 37 38
Octal 121 220 314 74 35 0 24 321 67 70
Binary 1010001 10010000 11001100 111100 11101 0 10100 11010001 110111 111000

Color Harmonies of #5190CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5190CC

Black with #5190CC

Text Example


Text Example

White with #5190CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5190CC; }

 p { color: rgb(81,144,204); }

 H1.HeaderClassName
 {
   color: #5190CC;
 }
 .AnyTagClassName
 {
   color: #5190CC;
 }
</style>

background-color css

<style>
 a { background-color: #5190CC; }

 a { background-color: rgb(81,144,204); }

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

border-color css

<style>
 span { border-color: #5190CC; }

 span { border-color: rgb(81,144,204); }

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