Html Css Color HEX #517BC0 Havelock Blue

📋 copy color: '#517BC0'

red 81 ◦ green 123 ◦ blue 192

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

Shades of Havelock Blue #517BC0

Tints of Havelock Blue #517BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.06%

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 20.45%
G = 31.06%
B = 48.48%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#517BC0 (or 0x517BC0) is known color: Havelock Blue. HEX triplet: 51, 7B and C0. RGB value is (81,123,192). Sum of RGB (Red+Green+Blue) = 81+123+192=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #517BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BC0 is #AE843F. Grayscale: #757575. Windows color (decimal): -11437120 or 12614481. OLE color: 12614481.

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

Color convert

RGB 81 123 192 -
CMYK 0.58 0.36 0 0.25
HSL 217.3º 0.47% 0.54% -
HSV(B) 217.3º 0.58% 0.75% -
XYZ 19.99 19.72 52.62 -
YUV 118.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 81 123 192 0.58 0.36 0 0.25 217.3 0.47 0.54
Hex 51 7B C0 3A 24 0 19 D9 2F 36
Octal 121 173 300 72 44 0 31 331 57 66
Binary 1010001 1111011 11000000 111010 100100 0 11001 11011001 101111 110110

Color Harmonies of #517BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BC0

Black with #517BC0

Text Example


Text Example

White with #517BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,123,192); }

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

background-color css

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

 a { background-color: rgb(81,123,192); }

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

border-color css

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

 span { border-color: rgb(81,123,192); }

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