Html Css Color HEX #518DBB Danube

📋 copy color: '#518DBB'

red 81 ◦ green 141 ◦ blue 187

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

Shades of Danube #518DBB

Tints of Danube #518DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.47%

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

R = 19.8%
G = 34.47%
B = 45.72%

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

#518DBB (or 0x518DBB) is known color: Danube. HEX triplet: 51, 8D and BB. RGB value is (81,141,187). Sum of RGB (Red+Green+Blue) = 81+141+187=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #518DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DBB is #AE7244. Grayscale: #808080. Windows color (decimal): -11432517 or 12291409. OLE color: 12291409.

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

Color convert

RGB 81 141 187 -
CMYK 0.57 0.25 0 0.27
HSL 206.04º 0.44% 0.53% -
HSV(B) 206.04º 0.57% 0.73% -
XYZ 21.89 24.39 50.57 -
YUV 128.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 81 141 187 0.57 0.25 0 0.27 206.04 0.44 0.53
Hex 51 8D BB 39 19 0 1B CE 2C 35
Octal 121 215 273 71 31 0 33 316 54 65
Binary 1010001 10001101 10111011 111001 11001 0 11011 11001110 101100 110101

Color Harmonies of #518DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DBB

Black with #518DBB

Text Example


Text Example

White with #518DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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