Html Css Color HEX #517BD0 Havelock Blue

📋 copy color: '#517BD0'

red 81 ◦ green 123 ◦ blue 208

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

Shades of Havelock Blue #517BD0

Tints of Havelock Blue #517BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.49%

R = 19.66%
G = 29.85%
B = 50.49%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#517BD0 (or 0x517BD0) is known color: Havelock Blue. HEX triplet: 51, 7B and D0. RGB value is (81,123,208). Sum of RGB (Red+Green+Blue) = 81+123+208=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #517BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BD0 is #AE842F. Grayscale: #777777. Windows color (decimal): -11437104 or 13663057. OLE color: 13663057.

HSL color Cylindrical-coordinate representation of color #517BD0: hue angle of 220.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #517BD0 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 123 208 -
CMYK 0.61 0.41 0 0.18
HSL 220.16º 0.57% 0.57% -
HSV(B) 220.16º 0.61% 0.82% -
XYZ 21.86 20.47 62.47 -
YUV 120.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 81 123 208 0.61 0.41 0 0.18 220.16 0.57 0.57
Hex 51 7B D0 3D 29 0 12 DC 39 39
Octal 121 173 320 75 51 0 22 334 71 71
Binary 1010001 1111011 11010000 111101 101001 0 10010 11011100 111001 111001

Color Harmonies of #517BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BD0

Black with #517BD0

Text Example


Text Example

White with #517BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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