Html Css Color HEX #5384BA Havelock Blue

📋 copy color: '#5384BA'

red 83 ◦ green 132 ◦ blue 186

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

Shades of Havelock Blue #5384BA

Tints of Havelock Blue #5384BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 20.7%
G = 32.92%
B = 46.38%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5384BA (or 0x5384BA) is known color: Havelock Blue. HEX triplet: 53, 84 and BA. RGB value is (83,132,186). Sum of RGB (Red+Green+Blue) = 83+132+186=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #5384BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384BA is #AC7B45. Grayscale: #7B7B7B. Windows color (decimal): -11303750 or 12223571. OLE color: 12223571.

HSL color Cylindrical-coordinate representation of color #5384BA: hue angle of 211.46º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5384BA is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 132 186 -
CMYK 0.55 0.29 0 0.27
HSL 211.46º 0.43% 0.53% -
HSV(B) 211.46º 0.55% 0.73% -
XYZ 20.68 21.89 49.59 -
YUV 123.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 83 132 186 0.55 0.29 0 0.27 211.46 0.43 0.53
Hex 53 84 BA 37 1D 0 1B D3 2B 35
Octal 123 204 272 67 35 0 33 323 53 65
Binary 1010011 10000100 10111010 110111 11101 0 11011 11010011 101011 110101

Color Harmonies of #5384BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384BA

Black with #5384BA

Text Example


Text Example

White with #5384BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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