#5380BD

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

Shades of Havelock Blue #5380BD

Tints of Havelock Blue #5380BD

Color information

#5380BD (or 0x5380BD) is unknown color: approx Havelock Blue. HEX triplet: 53, 80 and BD. RGB value is (83,128,189). Sum of RGB (Red+Green+Blue) = 83+128+189=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #5380BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380BD is #AC7F42. Grayscale: #797979. Windows color (decimal): -11304771 or 12419155. OLE color: 12419155.

HSL color Cylindrical-coordinate representation of color #5380BD: hue angle of 214.53º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5380BD is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB83128189-
CMYK0.560.3200.26
HSL214.53º44.54%53.33%-
HSV(B)214.53º56.08%74.12%-
XYZ20.4720.9551.11-
YUV121.5166.09100.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.75%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 189 (74.22% from 255) = 47.25%
R=20.75%
G=32%
B=47.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831281890.560.3200.26214.5344.5453.33
Hex5380BD382001Ad72d35
Octal12320027570400323275565
Binary1010011100000001011110111100010000001101011010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5380BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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