Html Css Color HEX #517FBA Havelock Blue

📋 copy color: '#517FBA'

red 81 ◦ green 127 ◦ blue 186

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

Shades of Havelock Blue #517FBA

Tints of Havelock Blue #517FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 20.56%
G = 32.23%
B = 47.21%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#517FBA (or 0x517FBA) is known color: Havelock Blue. HEX triplet: 51, 7F and BA. RGB value is (81,127,186). Sum of RGB (Red+Green+Blue) = 81+127+186=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #517FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FBA is #AE8045. Grayscale: #777777. Windows color (decimal): -11436102 or 12222289. OLE color: 12222289.

HSL color Cylindrical-coordinate representation of color #517FBA: hue angle of 213.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #517FBA is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 127 186 -
CMYK 0.56 0.32 0 0.27
HSL 213.71º 0.43% 0.52% -
HSV(B) 213.71º 0.56% 0.73% -
XYZ 19.85 20.47 49.36 -
YUV 119.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 81 127 186 0.56 0.32 0 0.27 213.71 0.43 0.52
Hex 51 7F BA 38 20 0 1B D6 2B 34
Octal 121 177 272 70 40 0 33 326 53 64
Binary 1010001 1111111 10111010 111000 100000 0 11011 11010110 101011 110100

Color Harmonies of #517FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517FBA

Black with #517FBA

Text Example


Text Example

White with #517FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,127,186); }

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

background-color css

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

 a { background-color: rgb(81,127,186); }

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

border-color css

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

 span { border-color: rgb(81,127,186); }

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