Html Css Color HEX #517BB6 Havelock Blue

📋 copy color: '#517BB6'

red 81 ◦ green 123 ◦ blue 182

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

Shades of Havelock Blue #517BB6

Tints of Havelock Blue #517BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.15%

R = 20.98%
G = 31.87%
B = 47.15%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#517BB6 (or 0x517BB6) is known color: Havelock Blue. HEX triplet: 51, 7B and B6. RGB value is (81,123,182). Sum of RGB (Red+Green+Blue) = 81+123+182=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #517BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BB6 is #AE8449. Grayscale: #747474. Windows color (decimal): -11437130 or 11959121. OLE color: 11959121.

HSL color Cylindrical-coordinate representation of color #517BB6: hue angle of 215.05º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #517BB6 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 123 182 -
CMYK 0.55 0.32 0 0.29
HSL 215.05º 0.41% 0.52% -
HSV(B) 215.05º 0.55% 0.71% -
XYZ 18.92 19.29 46.98 -
YUV 117.17 164.59 102.2 -
System Red Green Blue C M Y K H S L
Decimal 81 123 182 0.55 0.32 0 0.29 215.05 0.41 0.52
Hex 51 7B B6 37 20 0 1D D7 29 34
Octal 121 173 266 67 40 0 35 327 51 64
Binary 1010001 1111011 10110110 110111 100000 0 11101 11010111 101001 110100

Color Harmonies of #517BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BB6

Black with #517BB6

Text Example


Text Example

White with #517BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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