Html Css Color HEX #518CD5 Havelock Blue

📋 copy color: '#518CD5'

red 81 ◦ green 140 ◦ blue 213

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

Shades of Havelock Blue #518CD5

Tints of Havelock Blue #518CD5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.26%

 BLUE value IS 213 (83.59% from 255) = 49.08%

R = 18.66%
G = 32.26%
B = 49.08%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#518CD5 (or 0x518CD5) is known color: Havelock Blue. HEX triplet: 51, 8C and D5. RGB value is (81,140,213). Sum of RGB (Red+Green+Blue) = 81+140+213=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #518CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CD5 is #AE732A. Grayscale: #828282. Windows color (decimal): -11432747 or 13995089. OLE color: 13995089.

HSL color Cylindrical-coordinate representation of color #518CD5: hue angle of 213.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #518CD5 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 140 213 -
CMYK 0.62 0.34 0 0.16
HSL 213.18º 0.61% 0.58% -
HSV(B) 213.18º 0.62% 0.84% -
XYZ 24.78 25.31 66.53 -
YUV 130.68 174.45 92.56 -
System Red Green Blue C M Y K H S L
Decimal 81 140 213 0.62 0.34 0 0.16 213.18 0.61 0.58
Hex 51 8C D5 3E 22 0 10 D5 3D 3A
Octal 121 214 325 76 42 0 20 325 75 72
Binary 1010001 10001100 11010101 111110 100010 0 10000 11010101 111101 111010

Color Harmonies of #518CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CD5

Black with #518CD5

Text Example


Text Example

White with #518CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,140,213); }

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

background-color css

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

 a { background-color: rgb(81,140,213); }

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

border-color css

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

 span { border-color: rgb(81,140,213); }

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