Html Css Color HEX #518ECE Danube

📋 copy color: '#518ECE'

red 81 ◦ green 142 ◦ blue 206

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

Shades of Danube #518ECE

Tints of Danube #518ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 18.88%
G = 33.1%
B = 48.02%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#518ECE (or 0x518ECE) is known color: Danube. HEX triplet: 51, 8E and CE. RGB value is (81,142,206). Sum of RGB (Red+Green+Blue) = 81+142+206=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #518ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ECE is #AE7131. Grayscale: #828282. Windows color (decimal): -11432242 or 13536849. OLE color: 13536849.

HSL color Cylindrical-coordinate representation of color #518ECE: hue angle of 210.72º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518ECE is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 142 206 -
CMYK 0.61 0.31 0 0.19
HSL 210.72º 0.56% 0.56% -
HSV(B) 210.72º 0.61% 0.81% -
XYZ 24.21 25.55 62.05 -
YUV 131.06 170.29 92.3 -
System Red Green Blue C M Y K H S L
Decimal 81 142 206 0.61 0.31 0 0.19 210.72 0.56 0.56
Hex 51 8E CE 3D 1F 0 13 D3 38 38
Octal 121 216 316 75 37 0 23 323 70 70
Binary 1010001 10001110 11001110 111101 11111 0 10011 11010011 111000 111000

Color Harmonies of #518ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ECE

Black with #518ECE

Text Example


Text Example

White with #518ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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