Html Css Color HEX #517BBC Havelock Blue

📋 copy color: '#517BBC'

red 81 ◦ green 123 ◦ blue 188

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

Shades of Havelock Blue #517BBC

Tints of Havelock Blue #517BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 20.66%
G = 31.38%
B = 47.96%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#517BBC (or 0x517BBC) is known color: Havelock Blue. HEX triplet: 51, 7B and BC. RGB value is (81,123,188). Sum of RGB (Red+Green+Blue) = 81+123+188=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #517BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BBC is #AE8443. Grayscale: #757575. Windows color (decimal): -11437124 or 12352337. OLE color: 12352337.

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

Color convert

RGB 81 123 188 -
CMYK 0.57 0.35 0 0.26
HSL 216.45º 0.44% 0.53% -
HSV(B) 216.45º 0.57% 0.74% -
XYZ 19.55 19.55 50.32 -
YUV 117.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 81 123 188 0.57 0.35 0 0.26 216.45 0.44 0.53
Hex 51 7B BC 39 23 0 1A D8 2C 35
Octal 121 173 274 71 43 0 32 330 54 65
Binary 1010001 1111011 10111100 111001 100011 0 11010 11011000 101100 110101

Color Harmonies of #517BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BBC

Black with #517BBC

Text Example


Text Example

White with #517BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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