Html Css Color HEX #517EC6 Havelock Blue

📋 copy color: '#517EC6'

red 81 ◦ green 126 ◦ blue 198

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

Shades of Havelock Blue #517EC6

Tints of Havelock Blue #517EC6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.11%

 BLUE value IS 198 (77.73% from 255) = 48.89%

R = 20%
G = 31.11%
B = 48.89%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#517EC6 (or 0x517EC6) is known color: Havelock Blue. HEX triplet: 51, 7E and C6. RGB value is (81,126,198). Sum of RGB (Red+Green+Blue) = 81+126+198=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #517EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517EC6 is #AE8139. Grayscale: #787878. Windows color (decimal): -11436346 or 13008465. OLE color: 13008465.

HSL color Cylindrical-coordinate representation of color #517EC6: hue angle of 216.92º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #517EC6 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 126 198 -
CMYK 0.59 0.36 0 0.22
HSL 216.92º 0.51% 0.55% -
HSV(B) 216.92º 0.59% 0.78% -
XYZ 21.05 20.75 56.32 -
YUV 120.75 171.59 99.65 -
System Red Green Blue C M Y K H S L
Decimal 81 126 198 0.59 0.36 0 0.22 216.92 0.51 0.55
Hex 51 7E C6 3B 24 0 16 D9 33 37
Octal 121 176 306 73 44 0 26 331 63 67
Binary 1010001 1111110 11000110 111011 100100 0 10110 11011001 110011 110111

Color Harmonies of #517EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517EC6

Black with #517EC6

Text Example


Text Example

White with #517EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517EC6; }

 p { color: rgb(81,126,198); }

 H1.HeaderClassName
 {
   color: #517EC6;
 }
 .AnyTagClassName
 {
   color: #517EC6;
 }
</style>

background-color css

<style>
 a { background-color: #517EC6; }

 a { background-color: rgb(81,126,198); }

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

border-color css

<style>
 span { border-color: #517EC6; }

 span { border-color: rgb(81,126,198); }

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