Html Css Color HEX #517EBC Havelock Blue

📋 copy color: '#517EBC'

red 81 ◦ green 126 ◦ blue 188

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

Shades of Havelock Blue #517EBC

Tints of Havelock Blue #517EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 20.51%
G = 31.9%
B = 47.59%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#517EBC (or 0x517EBC) is known color: Havelock Blue. HEX triplet: 51, 7E and BC. RGB value is (81,126,188). Sum of RGB (Red+Green+Blue) = 81+126+188=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #517EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517EBC is #AE8143. Grayscale: #777777. Windows color (decimal): -11436356 or 12353105. OLE color: 12353105.

HSL color Cylindrical-coordinate representation of color #517EBC: hue angle of 214.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #517EBC is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 126 188 -
CMYK 0.57 0.33 0 0.26
HSL 214.77º 0.44% 0.53% -
HSV(B) 214.77º 0.57% 0.74% -
XYZ 19.93 20.3 50.45 -
YUV 119.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 81 126 188 0.57 0.33 0 0.26 214.77 0.44 0.53
Hex 51 7E BC 39 21 0 1A D7 2C 35
Octal 121 176 274 71 41 0 32 327 54 65
Binary 1010001 1111110 10111100 111001 100001 0 11010 11010111 101100 110101

Color Harmonies of #517EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517EBC

Black with #517EBC

Text Example


Text Example

White with #517EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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