Html Css Color HEX #517EBE Havelock Blue

📋 copy color: '#517EBE'

red 81 ◦ green 126 ◦ blue 190

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

Shades of Havelock Blue #517EBE

Tints of Havelock Blue #517EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 20.4%
G = 31.74%
B = 47.86%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#517EBE (or 0x517EBE) is known color: Havelock Blue. HEX triplet: 51, 7E and BE. RGB value is (81,126,190). Sum of RGB (Red+Green+Blue) = 81+126+190=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #517EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517EBE is #AE8141. Grayscale: #777777. Windows color (decimal): -11436354 or 12484177. OLE color: 12484177.

HSL color Cylindrical-coordinate representation of color #517EBE: hue angle of 215.23º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #517EBE is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 126 190 -
CMYK 0.57 0.34 0 0.25
HSL 215.23º 0.46% 0.53% -
HSV(B) 215.23º 0.57% 0.75% -
XYZ 20.15 20.39 51.59 -
YUV 119.84 167.59 100.3 -
System Red Green Blue C M Y K H S L
Decimal 81 126 190 0.57 0.34 0 0.25 215.23 0.46 0.53
Hex 51 7E BE 39 22 0 19 D7 2E 35
Octal 121 176 276 71 42 0 31 327 56 65
Binary 1010001 1111110 10111110 111001 100010 0 11001 11010111 101110 110101

Color Harmonies of #517EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517EBE

Black with #517EBE

Text Example


Text Example

White with #517EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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