Html Css Color HEX #518FBA Danube

📋 copy color: '#518FBA'

red 81 ◦ green 143 ◦ blue 186

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

Shades of Danube #518FBA

Tints of Danube #518FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.88%

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

R = 19.76%
G = 34.88%
B = 45.37%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#518FBA (or 0x518FBA) is known color: Danube. HEX triplet: 51, 8F and BA. RGB value is (81,143,186). Sum of RGB (Red+Green+Blue) = 81+143+186=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #518FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FBA is #AE7045. Grayscale: #818181. Windows color (decimal): -11432006 or 12226385. OLE color: 12226385.

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

Color convert

RGB 81 143 186 -
CMYK 0.56 0.23 0 0.27
HSL 204.57º 0.43% 0.52% -
HSV(B) 204.57º 0.56% 0.73% -
XYZ 22.08 24.94 50.1 -
YUV 129.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 81 143 186 0.56 0.23 0 0.27 204.57 0.43 0.52
Hex 51 8F BA 38 17 0 1B CD 2B 34
Octal 121 217 272 70 27 0 33 315 53 64
Binary 1010001 10001111 10111010 111000 10111 0 11011 11001101 101011 110100

Color Harmonies of #518FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FBA

Black with #518FBA

Text Example


Text Example

White with #518FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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