Html Css Color HEX #5376BC Havelock Blue

📋 copy color: '#5376BC'

red 83 ◦ green 118 ◦ blue 188

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

Shades of Havelock Blue #5376BC

Tints of Havelock Blue #5376BC

RGB

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

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

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

R = 21.34%
G = 30.33%
B = 48.33%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5376BC (or 0x5376BC) is known color: Havelock Blue. HEX triplet: 53, 76 and BC. RGB value is (83,118,188). Sum of RGB (Red+Green+Blue) = 83+118+188=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #5376BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5376BC is #AC8943. Grayscale: #737373. Windows color (decimal): -11307332 or 12351059. OLE color: 12351059.

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

Color convert

RGB 83 118 188 -
CMYK 0.56 0.37 0 0.26
HSL 220º 0.44% 0.53% -
HSV(B) 220º 0.56% 0.74% -
XYZ 19.12 18.43 50.13 -
YUV 115.52 168.9 104.81 -
System Red Green Blue C M Y K H S L
Decimal 83 118 188 0.56 0.37 0 0.26 220 0.44 0.53
Hex 53 76 BC 38 25 0 1A DC 2C 35
Octal 123 166 274 70 45 0 32 334 54 65
Binary 1010011 1110110 10111100 111000 100101 0 11010 11011100 101100 110101

Color Harmonies of #5376BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5376BC

Black with #5376BC

Text Example


Text Example

White with #5376BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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