Html Css Color HEX #5373BB Havelock Blue

📋 copy color: '#5373BB'

red 83 ◦ green 115 ◦ blue 187

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

Shades of Havelock Blue #5373BB

Tints of Havelock Blue #5373BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 21.56%
G = 29.87%
B = 48.57%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5373BB (or 0x5373BB) is known color: Havelock Blue. HEX triplet: 53, 73 and BB. RGB value is (83,115,187). Sum of RGB (Red+Green+Blue) = 83+115+187=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #5373BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5373BB is #AC8C44. Grayscale: #717171. Windows color (decimal): -11308101 or 12284755. OLE color: 12284755.

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

Color convert

RGB 83 115 187 -
CMYK 0.56 0.39 0 0.27
HSL 221.54º 0.43% 0.53% -
HSV(B) 221.54º 0.56% 0.73% -
XYZ 18.67 17.69 49.44 -
YUV 113.64 169.4 106.15 -
System Red Green Blue C M Y K H S L
Decimal 83 115 187 0.56 0.39 0 0.27 221.54 0.43 0.53
Hex 53 73 BB 38 27 0 1B DE 2B 35
Octal 123 163 273 70 47 0 33 336 53 65
Binary 1010011 1110011 10111011 111000 100111 0 11011 11011110 101011 110101

Color Harmonies of #5373BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5373BB

Black with #5373BB

Text Example


Text Example

White with #5373BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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