Html Css Color HEX #517BBA Havelock Blue

📋 copy color: '#517BBA'

red 81 ◦ green 123 ◦ blue 186

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

Shades of Havelock Blue #517BBA

Tints of Havelock Blue #517BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 20.77%
G = 31.54%
B = 47.69%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#517BBA (or 0x517BBA) is known color: Havelock Blue. HEX triplet: 51, 7B and BA. RGB value is (81,123,186). Sum of RGB (Red+Green+Blue) = 81+123+186=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #517BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BBA is #AE8445. Grayscale: #757575. Windows color (decimal): -11437126 or 12221265. OLE color: 12221265.

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

Color convert

RGB 81 123 186 -
CMYK 0.56 0.34 0 0.27
HSL 216º 0.43% 0.52% -
HSV(B) 216º 0.56% 0.73% -
XYZ 19.34 19.46 49.19 -
YUV 117.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 81 123 186 0.56 0.34 0 0.27 216 0.43 0.52
Hex 51 7B BA 38 22 0 1B D8 2B 34
Octal 121 173 272 70 42 0 33 330 53 64
Binary 1010001 1111011 10111010 111000 100010 0 11011 11011000 101011 110100

Color Harmonies of #517BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BBA

Black with #517BBA

Text Example


Text Example

White with #517BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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