Html Css Color HEX #518BBB Danube

📋 copy color: '#518BBB'

red 81 ◦ green 139 ◦ blue 187

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

Shades of Danube #518BBB

Tints of Danube #518BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.15%

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

R = 19.9%
G = 34.15%
B = 45.95%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#518BBB (or 0x518BBB) is known color: Danube. HEX triplet: 51, 8B and BB. RGB value is (81,139,187). Sum of RGB (Red+Green+Blue) = 81+139+187=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #518BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BBB is #AE7444. Grayscale: #7E7E7E. Windows color (decimal): -11433029 or 12290897. OLE color: 12290897.

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

Color convert

RGB 81 139 187 -
CMYK 0.57 0.26 0 0.27
HSL 207.17º 0.44% 0.53% -
HSV(B) 207.17º 0.57% 0.73% -
XYZ 21.6 23.8 50.47 -
YUV 127.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 81 139 187 0.57 0.26 0 0.27 207.17 0.44 0.53
Hex 51 8B BB 39 1A 0 1B CF 2C 35
Octal 121 213 273 71 32 0 33 317 54 65
Binary 1010001 10001011 10111011 111001 11010 0 11011 11001111 101100 110101

Color Harmonies of #518BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BBB

Black with #518BBB

Text Example


Text Example

White with #518BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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