Html Css Color HEX #518EBF Danube

📋 copy color: '#518EBF'

red 81 ◦ green 142 ◦ blue 191

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

Shades of Danube #518EBF

Tints of Danube #518EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.14%

R = 19.57%
G = 34.3%
B = 46.14%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#518EBF (or 0x518EBF) is known color: Danube. HEX triplet: 51, 8E and BF. RGB value is (81,142,191). Sum of RGB (Red+Green+Blue) = 81+142+191=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #518EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EBF is #AE7140. Grayscale: #818181. Windows color (decimal): -11432257 or 12553809. OLE color: 12553809.

HSL color Cylindrical-coordinate representation of color #518EBF: hue angle of 206.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #518EBF is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 142 191 -
CMYK 0.58 0.26 0 0.25
HSL 206.73º 0.46% 0.53% -
HSV(B) 206.73º 0.58% 0.75% -
XYZ 22.47 24.86 52.9 -
YUV 129.35 162.79 93.52 -
System Red Green Blue C M Y K H S L
Decimal 81 142 191 0.58 0.26 0 0.25 206.73 0.46 0.53
Hex 51 8E BF 3A 1A 0 19 CF 2E 35
Octal 121 216 277 72 32 0 31 317 56 65
Binary 1010001 10001110 10111111 111010 11010 0 11001 11001111 101110 110101

Color Harmonies of #518EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EBF

Black with #518EBF

Text Example


Text Example

White with #518EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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