Html Css Color HEX #518CBB Danube

📋 copy color: '#518CBB'

red 81 ◦ green 140 ◦ blue 187

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

Shades of Danube #518CBB

Tints of Danube #518CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 19.85%
G = 34.31%
B = 45.83%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#518CBB (or 0x518CBB) is known color: Danube. HEX triplet: 51, 8C and BB. RGB value is (81,140,187). Sum of RGB (Red+Green+Blue) = 81+140+187=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #518CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CBB is #AE7344. Grayscale: #7F7F7F. Windows color (decimal): -11432773 or 12291153. OLE color: 12291153.

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

Color convert

RGB 81 140 187 -
CMYK 0.57 0.25 0 0.27
HSL 206.6º 0.44% 0.53% -
HSV(B) 206.6º 0.57% 0.73% -
XYZ 21.74 24.09 50.52 -
YUV 127.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 81 140 187 0.57 0.25 0 0.27 206.6 0.44 0.53
Hex 51 8C BB 39 19 0 1B CF 2C 35
Octal 121 214 273 71 31 0 33 317 54 65
Binary 1010001 10001100 10111011 111001 11001 0 11011 11001111 101100 110101

Color Harmonies of #518CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CBB

Black with #518CBB

Text Example


Text Example

White with #518CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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