Html Css Color HEX #518DBA Danube

📋 copy color: '#518DBA'

red 81 ◦ green 141 ◦ blue 186

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

Shades of Danube #518DBA

Tints of Danube #518DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.56%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 19.85%
G = 34.56%
B = 45.59%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#518DBA (or 0x518DBA) is known color: Danube. HEX triplet: 51, 8D and BA. RGB value is (81,141,186). Sum of RGB (Red+Green+Blue) = 81+141+186=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #518DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DBA is #AE7245. Grayscale: #7F7F7F. Windows color (decimal): -11432518 or 12225873. OLE color: 12225873.

HSL color Cylindrical-coordinate representation of color #518DBA: hue angle of 205.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #518DBA is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 141 186 -
CMYK 0.56 0.24 0 0.27
HSL 205.71º 0.43% 0.52% -
HSV(B) 205.71º 0.56% 0.73% -
XYZ 21.78 24.34 50.01 -
YUV 128.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 81 141 186 0.56 0.24 0 0.27 205.71 0.43 0.52
Hex 51 8D BA 38 18 0 1B CE 2B 34
Octal 121 215 272 70 30 0 33 316 53 64
Binary 1010001 10001101 10111010 111000 11000 0 11011 11001110 101011 110100

Color Harmonies of #518DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DBA

Black with #518DBA

Text Example


Text Example

White with #518DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518DBA; }

 p { color: rgb(81,141,186); }

 H1.HeaderClassName
 {
   color: #518DBA;
 }
 .AnyTagClassName
 {
   color: #518DBA;
 }
</style>

background-color css

<style>
 a { background-color: #518DBA; }

 a { background-color: rgb(81,141,186); }

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

border-color css

<style>
 span { border-color: #518DBA; }

 span { border-color: rgb(81,141,186); }

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