Html Css Color HEX #517CC7 Havelock Blue

📋 copy color: '#517CC7'

red 81 ◦ green 124 ◦ blue 199

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

Shades of Havelock Blue #517CC7

Tints of Havelock Blue #517CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 49.26%

R = 20.05%
G = 30.69%
B = 49.26%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#517CC7 (or 0x517CC7) is known color: Havelock Blue. HEX triplet: 51, 7C and C7. RGB value is (81,124,199). Sum of RGB (Red+Green+Blue) = 81+124+199=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 199 (78.12% from 255 or 49.26% from 404); Max value from RGB is 199 - color contains mainly: blue. Hex color #517CC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CC7 is #AE8338. Grayscale: #777777. Windows color (decimal): -11436857 or 13073489. OLE color: 13073489.

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

Color convert

RGB 81 124 199 -
CMYK 0.59 0.38 0 0.22
HSL 218.14º 0.51% 0.55% -
HSV(B) 218.14º 0.59% 0.78% -
XYZ 20.91 20.29 56.85 -
YUV 119.69 172.75 100.4 -
System Red Green Blue C M Y K H S L
Decimal 81 124 199 0.59 0.38 0 0.22 218.14 0.51 0.55
Hex 51 7C C7 3B 26 0 16 DA 33 37
Octal 121 174 307 73 46 0 26 332 63 67
Binary 1010001 1111100 11000111 111011 100110 0 10110 11011010 110011 110111

Color Harmonies of #517CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CC7

Black with #517CC7

Text Example


Text Example

White with #517CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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