Html Css Color HEX #517AB4 Havelock Blue

📋 copy color: '#517AB4'

red 81 ◦ green 122 ◦ blue 180

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

Shades of Havelock Blue #517AB4

Tints of Havelock Blue #517AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47%

R = 21.15%
G = 31.85%
B = 47%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#517AB4 (or 0x517AB4) is known color: Havelock Blue. HEX triplet: 51, 7A and B4. RGB value is (81,122,180). Sum of RGB (Red+Green+Blue) = 81+122+180=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #517AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517AB4 is #AE854B. Grayscale: #747474. Windows color (decimal): -11437388 or 11827793. OLE color: 11827793.

HSL color Cylindrical-coordinate representation of color #517AB4: hue angle of 215.15º 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 #517AB4 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 122 180 -
CMYK 0.55 0.32 0 0.29
HSL 215.15º 0.4% 0.51% -
HSV(B) 215.15º 0.55% 0.71% -
XYZ 18.59 18.96 45.86 -
YUV 116.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 81 122 180 0.55 0.32 0 0.29 215.15 0.4 0.51
Hex 51 7A B4 37 20 0 1D D7 28 33
Octal 121 172 264 67 40 0 35 327 50 63
Binary 1010001 1111010 10110100 110111 100000 0 11101 11010111 101000 110011

Color Harmonies of #517AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517AB4

Black with #517AB4

Text Example


Text Example

White with #517AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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