Html Css Color HEX #5372BE Havelock Blue

📋 copy color: '#5372BE'

red 83 ◦ green 114 ◦ blue 190

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

Shades of Havelock Blue #5372BE

Tints of Havelock Blue #5372BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

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

R = 21.45%
G = 29.46%
B = 49.1%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5372BE (or 0x5372BE) is known color: Havelock Blue. HEX triplet: 53, 72 and BE. RGB value is (83,114,190). Sum of RGB (Red+Green+Blue) = 83+114+190=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #5372BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5372BE is #AC8D41. Grayscale: #717171. Windows color (decimal): -11308354 or 12481107. OLE color: 12481107.

HSL color Cylindrical-coordinate representation of color #5372BE: hue angle of 222.62º 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 #5372BE is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 114 190 -
CMYK 0.56 0.40 0 0.25
HSL 222.62º 0.45% 0.54% -
HSV(B) 222.62º 0.56% 0.75% -
XYZ 18.88 17.59 51.12 -
YUV 113.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 83 114 190 0.56 0.40 0 0.25 222.62 0.45 0.54
Hex 53 72 BE 38 28 0 19 DF 2D 36
Octal 123 162 276 70 50 0 31 337 55 66
Binary 1010011 1110010 10111110 111000 101000 0 11001 11011111 101101 110110

Color Harmonies of #5372BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5372BE

Black with #5372BE

Text Example


Text Example

White with #5372BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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