#5183D7

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

Shades of Havelock Blue #5183D7

Tints of Havelock Blue #5183D7

Color information

#5183D7 (or 0x5183D7) is unknown color: approx Havelock Blue. HEX triplet: 51, 83 and D7. RGB value is (81,131,215). Sum of RGB (Red+Green+Blue) = 81+131+215=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #5183D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183D7 is #AE7C28. Grayscale: #7D7D7D. Windows color (decimal): -11435049 or 14123857. OLE color: 14123857.

HSL color Cylindrical-coordinate representation of color #5183D7: hue angle of 217.61º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5183D7 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81131215-
CMYK0.620.3900.16
HSL217.61º62.62%58.04%-
HSV(B)217.61º62.33%84.31%-
XYZ23.7822.8967.45-
YUV125.63178.4496.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.97%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 215 (84.38% from 255) = 50.35%
R=18.97%
G=30.68%
B=50.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811312150.620.3900.16217.6162.6258.04
Hex5183D73E27010da3f3a
Octal12120332776470203327772
Binary1010001100000111101011111111010011101000011011010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5183D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5183D7; }

 p { color: rgb(81,131,215); }

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

<style>
 a { background-color: #5183D7; }

 a { background-color: rgb(81,131,215); }

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

<style>
 span { border-color: #5183D7; }

 span { border-color: rgb(81,131,215); }

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