Html Css Color HEX #518EBC Danube

📋 copy color: '#518EBC'

red 81 ◦ green 142 ◦ blue 188

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

Shades of Danube #518EBC

Tints of Danube #518EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

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

R = 19.71%
G = 34.55%
B = 45.74%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#518EBC (or 0x518EBC) is known color: Danube. HEX triplet: 51, 8E and BC. RGB value is (81,142,188). Sum of RGB (Red+Green+Blue) = 81+142+188=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #518EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EBC is #AE7143. Grayscale: #808080. Windows color (decimal): -11432260 or 12357201. OLE color: 12357201.

HSL color Cylindrical-coordinate representation of color #518EBC: hue angle of 205.79º 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 #518EBC is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 142 188 -
CMYK 0.57 0.24 0 0.26
HSL 205.79º 0.44% 0.53% -
HSV(B) 205.79º 0.57% 0.74% -
XYZ 22.14 24.73 51.18 -
YUV 129.01 161.29 93.76 -
System Red Green Blue C M Y K H S L
Decimal 81 142 188 0.57 0.24 0 0.26 205.79 0.44 0.53
Hex 51 8E BC 39 18 0 1A CE 2C 35
Octal 121 216 274 71 30 0 32 316 54 65
Binary 1010001 10001110 10111100 111001 11000 0 11010 11001110 101100 110101

Color Harmonies of #518EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EBC

Black with #518EBC

Text Example


Text Example

White with #518EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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