Html Css Color HEX #516EC2 Havelock Blue

📋 copy color: '#516EC2'

red 81 ◦ green 110 ◦ blue 194

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

Shades of Havelock Blue #516EC2

Tints of Havelock Blue #516EC2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 194 (76.17% from 255) = 50.39%

R = 21.04%
G = 28.57%
B = 50.39%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#516EC2 (or 0x516EC2) is known color: Havelock Blue. HEX triplet: 51, 6E and C2. RGB value is (81,110,194). Sum of RGB (Red+Green+Blue) = 81+110+194=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #516EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EC2 is #AE913D. Grayscale: #6E6E6E. Windows color (decimal): -11440446 or 12742225. OLE color: 12742225.

HSL color Cylindrical-coordinate representation of color #516EC2: hue angle of 224.6º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #516EC2 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 81 110 194 -
CMYK 0.58 0.43 0 0.24
HSL 224.6º 0.48% 0.54% -
HSV(B) 224.6º 0.58% 0.76% -
XYZ 18.71 16.8 53.29 -
YUV 110.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 81 110 194 0.58 0.43 0 0.24 224.6 0.48 0.54
Hex 51 6E C2 3A 2B 0 18 E1 30 36
Octal 121 156 302 72 53 0 30 341 60 66
Binary 1010001 1101110 11000010 111010 101011 0 11000 11100001 110000 110110

Color Harmonies of #516EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EC2

Black with #516EC2

Text Example


Text Example

White with #516EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516EC2; }

 p { color: rgb(81,110,194); }

 H1.HeaderClassName
 {
   color: #516EC2;
 }
 .AnyTagClassName
 {
   color: #516EC2;
 }
</style>

background-color css

<style>
 a { background-color: #516EC2; }

 a { background-color: rgb(81,110,194); }

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

border-color css

<style>
 span { border-color: #516EC2; }

 span { border-color: rgb(81,110,194); }

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