Html Css Color HEX #517ABB Havelock Blue

📋 copy color: '#517ABB'

red 81 ◦ green 122 ◦ blue 187

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

Shades of Havelock Blue #517ABB

Tints of Havelock Blue #517ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 20.77%
G = 31.28%
B = 47.95%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#517ABB (or 0x517ABB) is known color: Havelock Blue. HEX triplet: 51, 7A and BB. RGB value is (81,122,187). Sum of RGB (Red+Green+Blue) = 81+122+187=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #517ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ABB is #AE8544. Grayscale: #747474. Windows color (decimal): -11437381 or 12286545. OLE color: 12286545.

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

Color convert

RGB 81 122 187 -
CMYK 0.57 0.35 0 0.27
HSL 216.79º 0.44% 0.53% -
HSV(B) 216.79º 0.57% 0.73% -
XYZ 19.32 19.26 49.71 -
YUV 117.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 81 122 187 0.57 0.35 0 0.27 216.79 0.44 0.53
Hex 51 7A BB 39 23 0 1B D9 2C 35
Octal 121 172 273 71 43 0 33 331 54 65
Binary 1010001 1111010 10111011 111001 100011 0 11011 11011001 101100 110101

Color Harmonies of #517ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517ABB

Black with #517ABB

Text Example


Text Example

White with #517ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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