Html Css Color HEX #5384BF Havelock Blue

📋 copy color: '#5384BF'

red 83 ◦ green 132 ◦ blue 191

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

Shades of Havelock Blue #5384BF

Tints of Havelock Blue #5384BF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.51%

 BLUE value IS 191 (75% from 255) = 47.04%

R = 20.44%
G = 32.51%
B = 47.04%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5384BF (or 0x5384BF) is known color: Havelock Blue. HEX triplet: 53, 84 and BF. RGB value is (83,132,191). Sum of RGB (Red+Green+Blue) = 83+132+191=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #5384BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384BF is #AC7B40. Grayscale: #7B7B7B. Windows color (decimal): -11303745 or 12551251. OLE color: 12551251.

HSL color Cylindrical-coordinate representation of color #5384BF: hue angle of 212.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5384BF is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 132 191 -
CMYK 0.57 0.31 0 0.25
HSL 212.78º 0.46% 0.54% -
HSV(B) 212.78º 0.57% 0.75% -
XYZ 21.22 22.1 52.44 -
YUV 124.08 165.77 98.7 -
System Red Green Blue C M Y K H S L
Decimal 83 132 191 0.57 0.31 0 0.25 212.78 0.46 0.54
Hex 53 84 BF 39 1F 0 19 D5 2E 36
Octal 123 204 277 71 37 0 31 325 56 66
Binary 1010011 10000100 10111111 111001 11111 0 11001 11010101 101110 110110

Color Harmonies of #5384BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384BF

Black with #5384BF

Text Example


Text Example

White with #5384BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5384BF; }

 p { color: rgb(83,132,191); }

 H1.HeaderClassName
 {
   color: #5384BF;
 }
 .AnyTagClassName
 {
   color: #5384BF;
 }
</style>

background-color css

<style>
 a { background-color: #5384BF; }

 a { background-color: rgb(83,132,191); }

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

border-color css

<style>
 span { border-color: #5384BF; }

 span { border-color: rgb(83,132,191); }

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