Html Css Color HEX #5379BB Havelock Blue

📋 copy color: '#5379BB'

red 83 ◦ green 121 ◦ blue 187

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

Shades of Havelock Blue #5379BB

Tints of Havelock Blue #5379BB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.95%

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

R = 21.23%
G = 30.95%
B = 47.83%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5379BB (or 0x5379BB) is known color: Havelock Blue. HEX triplet: 53, 79 and BB. RGB value is (83,121,187). Sum of RGB (Red+Green+Blue) = 83+121+187=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #5379BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5379BB is #AC8644. Grayscale: #747474. Windows color (decimal): -11306565 or 12286291. OLE color: 12286291.

HSL color Cylindrical-coordinate representation of color #5379BB: hue angle of 218.08º 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 #5379BB is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 121 187 -
CMYK 0.56 0.35 0 0.27
HSL 218.08º 0.43% 0.53% -
HSV(B) 218.08º 0.56% 0.73% -
XYZ 19.37 19.1 49.68 -
YUV 117.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 83 121 187 0.56 0.35 0 0.27 218.08 0.43 0.53
Hex 53 79 BB 38 23 0 1B DA 2B 35
Octal 123 171 273 70 43 0 33 332 53 65
Binary 1010011 1111001 10111011 111000 100011 0 11011 11011010 101011 110101

Color Harmonies of #5379BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5379BB

Black with #5379BB

Text Example


Text Example

White with #5379BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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