Html Css Color HEX #5377BA Havelock Blue

📋 copy color: '#5377BA'

red 83 ◦ green 119 ◦ blue 186

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

Shades of Havelock Blue #5377BA

Tints of Havelock Blue #5377BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.67%

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

R = 21.39%
G = 30.67%
B = 47.94%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5377BA (or 0x5377BA) is known color: Havelock Blue. HEX triplet: 53, 77 and BA. RGB value is (83,119,186). Sum of RGB (Red+Green+Blue) = 83+119+186=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #5377BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5377BA is #AC8845. Grayscale: #737373. Windows color (decimal): -11307078 or 12220243. OLE color: 12220243.

HSL color Cylindrical-coordinate representation of color #5377BA: hue angle of 219.03º 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 #5377BA is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 119 186 -
CMYK 0.55 0.36 0 0.27
HSL 219.03º 0.43% 0.53% -
HSV(B) 219.03º 0.55% 0.73% -
XYZ 19.03 18.58 49.04 -
YUV 115.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 83 119 186 0.55 0.36 0 0.27 219.03 0.43 0.53
Hex 53 77 BA 37 24 0 1B DB 2B 35
Octal 123 167 272 67 44 0 33 333 53 65
Binary 1010011 1110111 10111010 110111 100100 0 11011 11011011 101011 110101

Color Harmonies of #5377BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5377BA

Black with #5377BA

Text Example


Text Example

White with #5377BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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