Html Css Color HEX #518BBC Danube

📋 copy color: '#518BBC'

red 81 ◦ green 139 ◦ blue 188

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

Shades of Danube #518BBC

Tints of Danube #518BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 19.85%
G = 34.07%
B = 46.08%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#518BBC (or 0x518BBC) is known color: Danube. HEX triplet: 51, 8B and BC. RGB value is (81,139,188). Sum of RGB (Red+Green+Blue) = 81+139+188=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #518BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BBC is #AE7443. Grayscale: #7E7E7E. Windows color (decimal): -11433028 or 12356433. OLE color: 12356433.

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

Color convert

RGB 81 139 188 -
CMYK 0.57 0.26 0 0.26
HSL 207.48º 0.44% 0.53% -
HSV(B) 207.48º 0.57% 0.74% -
XYZ 21.7 23.85 51.04 -
YUV 127.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 81 139 188 0.57 0.26 0 0.26 207.48 0.44 0.53
Hex 51 8B BC 39 1A 0 1A CF 2C 35
Octal 121 213 274 71 32 0 32 317 54 65
Binary 1010001 10001011 10111100 111001 11010 0 11010 11001111 101100 110101

Color Harmonies of #518BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BBC

Black with #518BBC

Text Example


Text Example

White with #518BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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