Html Css Color HEX #517AC8 Havelock Blue

📋 copy color: '#517AC8'

red 81 ◦ green 122 ◦ blue 200

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

Shades of Havelock Blue #517AC8

Tints of Havelock Blue #517AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.63%

R = 20.1%
G = 30.27%
B = 49.63%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#517AC8 (or 0x517AC8) is known color: Havelock Blue. HEX triplet: 51, 7A and C8. RGB value is (81,122,200). Sum of RGB (Red+Green+Blue) = 81+122+200=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #517AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517AC8 is #AE8537. Grayscale: #767676. Windows color (decimal): -11437368 or 13138513. OLE color: 13138513.

HSL color Cylindrical-coordinate representation of color #517AC8: hue angle of 219.33º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #517AC8 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 122 200 -
CMYK 0.59 0.39 0 0.22
HSL 219.33º 0.52% 0.55% -
HSV(B) 219.33º 0.6% 0.78% -
XYZ 20.78 19.84 57.38 -
YUV 118.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 81 122 200 0.59 0.39 0 0.22 219.33 0.52 0.55
Hex 51 7A C8 3B 27 0 16 DB 34 37
Octal 121 172 310 73 47 0 26 333 64 67
Binary 1010001 1111010 11001000 111011 100111 0 10110 11011011 110100 110111

Color Harmonies of #517AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517AC8

Black with #517AC8

Text Example


Text Example

White with #517AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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