Html Css Color HEX #517ABA Havelock Blue

📋 copy color: '#517ABA'

red 81 ◦ green 122 ◦ blue 186

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

Shades of Havelock Blue #517ABA

Tints of Havelock Blue #517ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.36%

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

R = 20.82%
G = 31.36%
B = 47.81%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#517ABA (or 0x517ABA) is known color: Havelock Blue. HEX triplet: 51, 7A and BA. RGB value is (81,122,186). Sum of RGB (Red+Green+Blue) = 81+122+186=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #517ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ABA is #AE8545. Grayscale: #747474. Windows color (decimal): -11437382 or 12221009. OLE color: 12221009.

HSL color Cylindrical-coordinate representation of color #517ABA: hue angle of 216.57º 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 #517ABA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 122 186 -
CMYK 0.56 0.34 0 0.27
HSL 216.57º 0.43% 0.52% -
HSV(B) 216.57º 0.56% 0.73% -
XYZ 19.22 19.21 49.15 -
YUV 117.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 81 122 186 0.56 0.34 0 0.27 216.57 0.43 0.52
Hex 51 7A BA 38 22 0 1B D9 2B 34
Octal 121 172 272 70 42 0 33 331 53 64
Binary 1010001 1111010 10111010 111000 100010 0 11011 11011001 101011 110100

Color Harmonies of #517ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517ABA

Black with #517ABA

Text Example


Text Example

White with #517ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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