Html Css Color HEX #5380BA Havelock Blue

📋 copy color: '#5380BA'

red 83 ◦ green 128 ◦ blue 186

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

Shades of Havelock Blue #5380BA

Tints of Havelock Blue #5380BA

RGB

 RED value IS 83 (32.81% from 255) = 20.91%

 GREEN value IS 128 (50.39% from 255) = 32.24%

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 20.91%
G = 32.24%
B = 46.85%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5380BA (or 0x5380BA) is known color: Havelock Blue. HEX triplet: 53, 80 and BA. RGB value is (83,128,186). Sum of RGB (Red+Green+Blue) = 83+128+186=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #5380BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380BA is #AC7F45. Grayscale: #787878. Windows color (decimal): -11304774 or 12222547. OLE color: 12222547.

HSL color Cylindrical-coordinate representation of color #5380BA: hue angle of 213.79º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5380BA is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 128 186 -
CMYK 0.55 0.31 0 0.27
HSL 213.79º 0.43% 0.53% -
HSV(B) 213.79º 0.55% 0.73% -
XYZ 20.15 20.82 49.41 -
YUV 121.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 83 128 186 0.55 0.31 0 0.27 213.79 0.43 0.53
Hex 53 80 BA 37 1F 0 1B D6 2B 35
Octal 123 200 272 67 37 0 33 326 53 65
Binary 1010011 10000000 10111010 110111 11111 0 11011 11010110 101011 110101

Color Harmonies of #5380BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5380BA

Black with #5380BA

Text Example


Text Example

White with #5380BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5380BA;
 }
 .AnyTagClassName
 {
   color: #5380BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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