Html Css Color HEX #518EB9 Danube

📋 copy color: '#518EB9'

red 81 ◦ green 142 ◦ blue 185

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

Shades of Danube #518EB9

Tints of Danube #518EB9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.8%

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 19.85%
G = 34.8%
B = 45.34%

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

#518EB9 (or 0x518EB9) is known color: Danube. HEX triplet: 51, 8E and B9. RGB value is (81,142,185). Sum of RGB (Red+Green+Blue) = 81+142+185=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #518EB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EB9 is #AE7146. Grayscale: #808080. Windows color (decimal): -11432263 or 12160593. OLE color: 12160593.

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

Color convert

RGB 81 142 185 -
CMYK 0.56 0.23 0 0.27
HSL 204.81º 0.43% 0.52% -
HSV(B) 204.81º 0.56% 0.73% -
XYZ 21.82 24.6 49.5 -
YUV 128.66 159.79 94 -
System Red Green Blue C M Y K H S L
Decimal 81 142 185 0.56 0.23 0 0.27 204.81 0.43 0.52
Hex 51 8E B9 38 17 0 1B CD 2B 34
Octal 121 216 271 70 27 0 33 315 53 64
Binary 1010001 10001110 10111001 111000 10111 0 11011 11001101 101011 110100

Color Harmonies of #518EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EB9

Black with #518EB9

Text Example


Text Example

White with #518EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,142,185); }

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

background-color css

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

 a { background-color: rgb(81,142,185); }

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

border-color css

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

 span { border-color: rgb(81,142,185); }

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