Html Css Color HEX #5190CE Danube

📋 copy color: '#5190CE'

red 81 ◦ green 144 ◦ blue 206

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

Shades of Danube #5190CE

Tints of Danube #5190CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 18.79%
G = 33.41%
B = 47.8%

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

#5190CE (or 0x5190CE) is known color: Danube. HEX triplet: 51, 90 and CE. RGB value is (81,144,206). Sum of RGB (Red+Green+Blue) = 81+144+206=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #5190CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190CE is #AE6F31. Grayscale: #838383. Windows color (decimal): -11431730 or 13537361. OLE color: 13537361.

HSL color Cylindrical-coordinate representation of color #5190CE: hue angle of 209.76º degrees, saturation: 0.56, 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 #5190CE is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 144 206 -
CMYK 0.61 0.30 0 0.19
HSL 209.76º 0.56% 0.56% -
HSV(B) 209.76º 0.61% 0.81% -
XYZ 24.51 26.15 62.15 -
YUV 132.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 81 144 206 0.61 0.30 0 0.19 209.76 0.56 0.56
Hex 51 90 CE 3D 1E 0 13 D2 38 38
Octal 121 220 316 75 36 0 23 322 70 70
Binary 1010001 10010000 11001110 111101 11110 0 10011 11010010 111000 111000

Color Harmonies of #5190CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5190CE

Black with #5190CE

Text Example


Text Example

White with #5190CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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