Html Css Color HEX #5387BA Havelock Blue

📋 copy color: '#5387BA'

red 83 ◦ green 135 ◦ blue 186

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

Shades of Havelock Blue #5387BA

Tints of Havelock Blue #5387BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

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

R = 20.54%
G = 33.42%
B = 46.04%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5387BA (or 0x5387BA) is known color: Havelock Blue. HEX triplet: 53, 87 and BA. RGB value is (83,135,186). Sum of RGB (Red+Green+Blue) = 83+135+186=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #5387BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5387BA is #AC7845. Grayscale: #7D7D7D. Windows color (decimal): -11302982 or 12224339. OLE color: 12224339.

HSL color Cylindrical-coordinate representation of color #5387BA: hue angle of 209.71º 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 #5387BA is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 135 186 -
CMYK 0.55 0.27 0 0.27
HSL 209.71º 0.43% 0.53% -
HSV(B) 209.71º 0.55% 0.73% -
XYZ 21.09 22.71 49.73 -
YUV 125.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 83 135 186 0.55 0.27 0 0.27 209.71 0.43 0.53
Hex 53 87 BA 37 1B 0 1B D2 2B 35
Octal 123 207 272 67 33 0 33 322 53 65
Binary 1010011 10000111 10111010 110111 11011 0 11011 11010010 101011 110101

Color Harmonies of #5387BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5387BA

Black with #5387BA

Text Example


Text Example

White with #5387BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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