Html Css Color HEX #517AB5 Havelock Blue

📋 copy color: '#517AB5'

red 81 ◦ green 122 ◦ blue 181

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

Shades of Havelock Blue #517AB5

Tints of Havelock Blue #517AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.14%

R = 21.09%
G = 31.77%
B = 47.14%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#517AB5 (or 0x517AB5) is known color: Havelock Blue. HEX triplet: 51, 7A and B5. RGB value is (81,122,181). Sum of RGB (Red+Green+Blue) = 81+122+181=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 181 - color contains mainly: blue. Hex color #517AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517AB5 is #AE854A. Grayscale: #747474. Windows color (decimal): -11437387 or 11893329. OLE color: 11893329.

HSL color Cylindrical-coordinate representation of color #517AB5: hue angle of 215.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #517AB5 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 122 181 -
CMYK 0.55 0.33 0 0.29
HSL 215.4º 0.4% 0.51% -
HSV(B) 215.4º 0.55% 0.71% -
XYZ 18.69 19 46.4 -
YUV 116.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 81 122 181 0.55 0.33 0 0.29 215.4 0.4 0.51
Hex 51 7A B5 37 21 0 1D D7 28 33
Octal 121 172 265 67 41 0 35 327 50 63
Binary 1010001 1111010 10110101 110111 100001 0 11101 11010111 101000 110011

Color Harmonies of #517AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517AB5

Black with #517AB5

Text Example


Text Example

White with #517AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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