Html Css Color HEX #518CBC Danube

📋 copy color: '#518CBC'

red 81 ◦ green 140 ◦ blue 188

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

Shades of Danube #518CBC

Tints of Danube #518CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 19.8%
G = 34.23%
B = 45.97%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#518CBC (or 0x518CBC) is known color: Danube. HEX triplet: 51, 8C and BC. RGB value is (81,140,188). Sum of RGB (Red+Green+Blue) = 81+140+188=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #518CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CBC is #AE7343. Grayscale: #7F7F7F. Windows color (decimal): -11432772 or 12356689. OLE color: 12356689.

HSL color Cylindrical-coordinate representation of color #518CBC: hue angle of 206.92º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #518CBC is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 140 188 -
CMYK 0.57 0.26 0 0.26
HSL 206.92º 0.44% 0.53% -
HSV(B) 206.92º 0.57% 0.74% -
XYZ 21.85 24.14 51.08 -
YUV 127.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 81 140 188 0.57 0.26 0 0.26 206.92 0.44 0.53
Hex 51 8C BC 39 1A 0 1A CF 2C 35
Octal 121 214 274 71 32 0 32 317 54 65
Binary 1010001 10001100 10111100 111001 11010 0 11010 11001111 101100 110101

Color Harmonies of #518CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CBC

Black with #518CBC

Text Example


Text Example

White with #518CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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