Html Css Color HEX #517DC4 Havelock Blue

📋 copy color: '#517DC4'

red 81 ◦ green 125 ◦ blue 196

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

Shades of Havelock Blue #517DC4

Tints of Havelock Blue #517DC4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

 BLUE value IS 196 (76.95% from 255) = 48.76%

R = 20.15%
G = 31.09%
B = 48.76%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#517DC4 (or 0x517DC4) is known color: Havelock Blue. HEX triplet: 51, 7D and C4. RGB value is (81,125,196). Sum of RGB (Red+Green+Blue) = 81+125+196=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #517DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DC4 is #AE823B. Grayscale: #777777. Windows color (decimal): -11436604 or 12877137. OLE color: 12877137.

HSL color Cylindrical-coordinate representation of color #517DC4: hue angle of 217.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #517DC4 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 125 196 -
CMYK 0.59 0.36 0 0.23
HSL 217.04º 0.49% 0.54% -
HSV(B) 217.04º 0.59% 0.77% -
XYZ 20.69 20.4 55.07 -
YUV 119.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 81 125 196 0.59 0.36 0 0.23 217.04 0.49 0.54
Hex 51 7D C4 3B 24 0 17 D9 31 36
Octal 121 175 304 73 44 0 27 331 61 66
Binary 1010001 1111101 11000100 111011 100100 0 10111 11011001 110001 110110

Color Harmonies of #517DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DC4

Black with #517DC4

Text Example


Text Example

White with #517DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,125,196); }

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

background-color css

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

 a { background-color: rgb(81,125,196); }

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

border-color css

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

 span { border-color: rgb(81,125,196); }

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