Html Css Color HEX #5376BE Havelock Blue

📋 copy color: '#5376BE'

red 83 ◦ green 118 ◦ blue 190

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

Shades of Havelock Blue #5376BE

Tints of Havelock Blue #5376BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.18%

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 21.23%
G = 30.18%
B = 48.59%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5376BE (or 0x5376BE) is known color: Havelock Blue. HEX triplet: 53, 76 and BE. RGB value is (83,118,190). Sum of RGB (Red+Green+Blue) = 83+118+190=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #5376BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5376BE is #AC8941. Grayscale: #737373. Windows color (decimal): -11307330 or 12482131. OLE color: 12482131.

HSL color Cylindrical-coordinate representation of color #5376BE: hue angle of 220.37º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5376BE is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 118 190 -
CMYK 0.56 0.38 0 0.25
HSL 220.37º 0.45% 0.54% -
HSV(B) 220.37º 0.56% 0.75% -
XYZ 19.34 18.51 51.27 -
YUV 115.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 83 118 190 0.56 0.38 0 0.25 220.37 0.45 0.54
Hex 53 76 BE 38 26 0 19 DC 2D 36
Octal 123 166 276 70 46 0 31 334 55 66
Binary 1010011 1110110 10111110 111000 100110 0 11001 11011100 101101 110110

Color Harmonies of #5376BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5376BE

Black with #5376BE

Text Example


Text Example

White with #5376BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5376BE; }

 p { color: rgb(83,118,190); }

 H1.HeaderClassName
 {
   color: #5376BE;
 }
 .AnyTagClassName
 {
   color: #5376BE;
 }
</style>

background-color css

<style>
 a { background-color: #5376BE; }

 a { background-color: rgb(83,118,190); }

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

border-color css

<style>
 span { border-color: #5376BE; }

 span { border-color: rgb(83,118,190); }

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