#517BB8

Color #517BB8 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #517BB8

Tints of Havelock Blue #517BB8

Color information

#517BB8 (or 0x517BB8) is unknown color: approx Havelock Blue. HEX triplet: 51, 7B and B8. RGB value is (81,123,184). Sum of RGB (Red+Green+Blue) = 81+123+184=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 184 - color contains mainly: blue. Hex color #517BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BB8 is #AE8447. Grayscale: #757575. Windows color (decimal): -11437128 or 12090193. OLE color: 12090193.

HSL color Cylindrical-coordinate representation of color #517BB8: hue angle of 215.53º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #517BB8 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB81123184-
CMYK0.560.3300.28
HSL215.53º42.04%51.96%-
HSV(B)215.53º55.98%72.16%-
XYZ19.1319.3848.08-
YUV117.4165.59102.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 184 (72.27% from 255) = 47.42%
R=20.88%
G=31.70%
B=47.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811231840.560.3300.28215.5342.0451.96
Hex517BB8382101Cd82a34
Octal12117327070410343305264
Binary101000111110111011100011100010000101110011011000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #517BB8;
 }
 .AnyTagClassName
 {
   color: #517BB8;
 }
</style>
background-color css

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

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

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

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

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

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