Html Css Color HEX #518BBA Danube

📋 copy color: '#518BBA'

red 81 ◦ green 139 ◦ blue 186

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

Shades of Danube #518BBA

Tints of Danube #518BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 19.95%
G = 34.24%
B = 45.81%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#518BBA (or 0x518BBA) is known color: Danube. HEX triplet: 51, 8B and BA. RGB value is (81,139,186). Sum of RGB (Red+Green+Blue) = 81+139+186=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #518BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BBA is #AE7445. Grayscale: #7E7E7E. Windows color (decimal): -11433030 or 12225361. OLE color: 12225361.

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

Color convert

RGB 81 139 186 -
CMYK 0.56 0.25 0 0.27
HSL 206.86º 0.43% 0.52% -
HSV(B) 206.86º 0.56% 0.73% -
XYZ 21.49 23.76 49.91 -
YUV 127.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 81 139 186 0.56 0.25 0 0.27 206.86 0.43 0.52
Hex 51 8B BA 38 19 0 1B CF 2B 34
Octal 121 213 272 70 31 0 33 317 53 64
Binary 1010001 10001011 10111010 111000 11001 0 11011 11001111 101011 110100

Color Harmonies of #518BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BBA

Black with #518BBA

Text Example


Text Example

White with #518BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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