Html Css Color HEX #518CBA Danube

📋 copy color: '#518CBA'

red 81 ◦ green 140 ◦ blue 186

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

Shades of Danube #518CBA

Tints of Danube #518CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

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

R = 19.9%
G = 34.4%
B = 45.7%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#518CBA (or 0x518CBA) is known color: Danube. HEX triplet: 51, 8C and BA. RGB value is (81,140,186). Sum of RGB (Red+Green+Blue) = 81+140+186=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #518CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CBA is #AE7345. Grayscale: #7F7F7F. Windows color (decimal): -11432774 or 12225617. OLE color: 12225617.

HSL color Cylindrical-coordinate representation of color #518CBA: hue angle of 206.29º 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 #518CBA is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 140 186 -
CMYK 0.56 0.25 0 0.27
HSL 206.29º 0.43% 0.52% -
HSV(B) 206.29º 0.56% 0.73% -
XYZ 21.63 24.05 49.96 -
YUV 127.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 81 140 186 0.56 0.25 0 0.27 206.29 0.43 0.52
Hex 51 8C BA 38 19 0 1B CE 2B 34
Octal 121 214 272 70 31 0 33 316 53 64
Binary 1010001 10001100 10111010 111000 11001 0 11011 11001110 101011 110100

Color Harmonies of #518CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CBA

Black with #518CBA

Text Example


Text Example

White with #518CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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