Html Css Color HEX #517CC1 Havelock Blue

📋 copy color: '#517CC1'

red 81 ◦ green 124 ◦ blue 193

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

Shades of Havelock Blue #517CC1

Tints of Havelock Blue #517CC1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

 BLUE value IS 193 (75.78% from 255) = 48.49%

R = 20.35%
G = 31.16%
B = 48.49%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#517CC1 (or 0x517CC1) is known color: Havelock Blue. HEX triplet: 51, 7C and C1. RGB value is (81,124,193). Sum of RGB (Red+Green+Blue) = 81+124+193=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #517CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CC1 is #AE833E. Grayscale: #767676. Windows color (decimal): -11436863 or 12680273. OLE color: 12680273.

HSL color Cylindrical-coordinate representation of color #517CC1: hue angle of 216.96º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #517CC1 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 81 124 193 -
CMYK 0.58 0.36 0 0.24
HSL 216.96º 0.47% 0.54% -
HSV(B) 216.96º 0.58% 0.76% -
XYZ 20.23 20.01 53.25 -
YUV 119.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 81 124 193 0.58 0.36 0 0.24 216.96 0.47 0.54
Hex 51 7C C1 3A 24 0 18 D9 2F 36
Octal 121 174 301 72 44 0 30 331 57 66
Binary 1010001 1111100 11000001 111010 100100 0 11000 11011001 101111 110110

Color Harmonies of #517CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CC1

Black with #517CC1

Text Example


Text Example

White with #517CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,124,193); }

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

background-color css

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

 a { background-color: rgb(81,124,193); }

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

border-color css

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

 span { border-color: rgb(81,124,193); }

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