Html Css Color HEX #517BBB Havelock Blue

📋 copy color: '#517BBB'

red 81 ◦ green 123 ◦ blue 187

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

Shades of Havelock Blue #517BBB

Tints of Havelock Blue #517BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 20.72%
G = 31.46%
B = 47.83%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#517BBB (or 0x517BBB) is known color: Havelock Blue. HEX triplet: 51, 7B and BB. RGB value is (81,123,187). Sum of RGB (Red+Green+Blue) = 81+123+187=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #517BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BBB is #AE8444. Grayscale: #757575. Windows color (decimal): -11437125 or 12286801. OLE color: 12286801.

HSL color Cylindrical-coordinate representation of color #517BBB: hue angle of 216.23º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #517BBB is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 123 187 -
CMYK 0.57 0.34 0 0.27
HSL 216.23º 0.44% 0.53% -
HSV(B) 216.23º 0.57% 0.73% -
XYZ 19.45 19.5 49.75 -
YUV 117.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 81 123 187 0.57 0.34 0 0.27 216.23 0.44 0.53
Hex 51 7B BB 39 22 0 1B D8 2C 35
Octal 121 173 273 71 42 0 33 330 54 65
Binary 1010001 1111011 10111011 111001 100010 0 11011 11011000 101100 110101

Color Harmonies of #517BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BBB

Black with #517BBB

Text Example


Text Example

White with #517BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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