Html Css Color HEX #5372BC Havelock Blue

📋 copy color: '#5372BC'

red 83 ◦ green 114 ◦ blue 188

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

Shades of Havelock Blue #5372BC

Tints of Havelock Blue #5372BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 21.56%
G = 29.61%
B = 48.83%

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

#5372BC (or 0x5372BC) is known color: Havelock Blue. HEX triplet: 53, 72 and BC. RGB value is (83,114,188). Sum of RGB (Red+Green+Blue) = 83+114+188=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #5372BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5372BC is #AC8D43. Grayscale: #707070. Windows color (decimal): -11308356 or 12350035. OLE color: 12350035.

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

Color convert

RGB 83 114 188 -
CMYK 0.56 0.39 0 0.26
HSL 222.29º 0.44% 0.53% -
HSV(B) 222.29º 0.56% 0.74% -
XYZ 18.66 17.5 49.97 -
YUV 113.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 83 114 188 0.56 0.39 0 0.26 222.29 0.44 0.53
Hex 53 72 BC 38 27 0 1A DE 2C 35
Octal 123 162 274 70 47 0 32 336 54 65
Binary 1010011 1110010 10111100 111000 100111 0 11010 11011110 101100 110101

Color Harmonies of #5372BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5372BC

Black with #5372BC

Text Example


Text Example

White with #5372BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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