#5380D1

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

Shades of Havelock Blue #5380D1

Tints of Havelock Blue #5380D1

Color information

#5380D1 (or 0x5380D1) is unknown color: approx Havelock Blue. HEX triplet: 53, 80 and D1. RGB value is (83,128,209). Sum of RGB (Red+Green+Blue) = 83+128+209=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #5380D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380D1 is #AC7F2E. Grayscale: #7B7B7B. Windows color (decimal): -11304751 or 13729875. OLE color: 13729875.

HSL color Cylindrical-coordinate representation of color #5380D1: hue angle of 218.57º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5380D1 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83128209-
CMYK0.600.3900.18
HSL218.57º57.8%57.25%-
HSV(B)218.57º60.29%81.96%-
XYZ22.821.8863.34-
YUV123.78176.0998.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.76%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=19.76%
G=30.48%
B=49.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831282090.600.3900.18218.5757.857.25
Hex5380D13C27012db3a39
Octal12320032174470223337271
Binary1010011100000001101000111110010011101001011011011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5380D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5380D1; }

 p { color: rgb(83,128,209); }

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

<style>
 a { background-color: #5380D1; }

 a { background-color: rgb(83,128,209); }

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

<style>
 span { border-color: #5380D1; }

 span { border-color: rgb(83,128,209); }

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