Html Css Color HEX #5373BD Havelock Blue

📋 copy color: '#5373BD'

red 83 ◦ green 115 ◦ blue 189

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

Shades of Havelock Blue #5373BD

Tints of Havelock Blue #5373BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.72%

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 21.45%
G = 29.72%
B = 48.84%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5373BD (or 0x5373BD) is known color: Havelock Blue. HEX triplet: 53, 73 and BD. RGB value is (83,115,189). Sum of RGB (Red+Green+Blue) = 83+115+189=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #5373BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5373BD is #AC8C42. Grayscale: #717171. Windows color (decimal): -11308099 or 12415827. OLE color: 12415827.

HSL color Cylindrical-coordinate representation of color #5373BD: hue angle of 221.89º 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 #5373BD is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 115 189 -
CMYK 0.56 0.39 0 0.26
HSL 221.89º 0.45% 0.53% -
HSV(B) 221.89º 0.56% 0.74% -
XYZ 18.88 17.77 50.58 -
YUV 113.87 170.4 105.98 -
System Red Green Blue C M Y K H S L
Decimal 83 115 189 0.56 0.39 0 0.26 221.89 0.45 0.53
Hex 53 73 BD 38 27 0 1A DE 2D 35
Octal 123 163 275 70 47 0 32 336 55 65
Binary 1010011 1110011 10111101 111000 100111 0 11010 11011110 101101 110101

Color Harmonies of #5373BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5373BD

Black with #5373BD

Text Example


Text Example

White with #5373BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5373BD;
 }
 .AnyTagClassName
 {
   color: #5373BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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