Html Css Color HEX #518FC5 Danube

📋 copy color: '#518FC5'

red 81 ◦ green 143 ◦ blue 197

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

Shades of Danube #518FC5

Tints of Danube #518FC5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.97%

 BLUE value IS 197 (77.34% from 255) = 46.79%

R = 19.24%
G = 33.97%
B = 46.79%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#518FC5 (or 0x518FC5) is known color: Danube. HEX triplet: 51, 8F and C5. RGB value is (81,143,197). Sum of RGB (Red+Green+Blue) = 81+143+197=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #518FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FC5 is #AE703A. Grayscale: #828282. Windows color (decimal): -11431995 or 12947281. OLE color: 12947281.

HSL color Cylindrical-coordinate representation of color #518FC5: hue angle of 207.93º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #518FC5 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 143 197 -
CMYK 0.59 0.27 0 0.23
HSL 207.93º 0.5% 0.55% -
HSV(B) 207.93º 0.59% 0.77% -
XYZ 23.29 25.43 56.5 -
YUV 130.62 165.46 92.61 -
System Red Green Blue C M Y K H S L
Decimal 81 143 197 0.59 0.27 0 0.23 207.93 0.5 0.55
Hex 51 8F C5 3B 1B 0 17 D0 32 37
Octal 121 217 305 73 33 0 27 320 62 67
Binary 1010001 10001111 11000101 111011 11011 0 10111 11010000 110010 110111

Color Harmonies of #518FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FC5

Black with #518FC5

Text Example


Text Example

White with #518FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,143,197); }

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

background-color css

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

 a { background-color: rgb(81,143,197); }

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

border-color css

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

 span { border-color: rgb(81,143,197); }

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