Html Css Color HEX #5387BC Havelock Blue

📋 copy color: '#5387BC'

red 83 ◦ green 135 ◦ blue 188

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

Shades of Havelock Blue #5387BC

Tints of Havelock Blue #5387BC

RGB

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

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

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

R = 20.44%
G = 33.25%
B = 46.31%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5387BC (or 0x5387BC) is known color: Havelock Blue. HEX triplet: 53, 87 and BC. RGB value is (83,135,188). Sum of RGB (Red+Green+Blue) = 83+135+188=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #5387BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5387BC is #AC7843. Grayscale: #7D7D7D. Windows color (decimal): -11302980 or 12355411. OLE color: 12355411.

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

Color convert

RGB 83 135 188 -
CMYK 0.56 0.28 0 0.26
HSL 210.29º 0.44% 0.53% -
HSV(B) 210.29º 0.56% 0.74% -
XYZ 21.31 22.8 50.85 -
YUV 125.49 163.27 97.69 -
System Red Green Blue C M Y K H S L
Decimal 83 135 188 0.56 0.28 0 0.26 210.29 0.44 0.53
Hex 53 87 BC 38 1C 0 1A D2 2C 35
Octal 123 207 274 70 34 0 32 322 54 65
Binary 1010011 10000111 10111100 111000 11100 0 11010 11010010 101100 110101

Color Harmonies of #5387BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5387BC

Black with #5387BC

Text Example


Text Example

White with #5387BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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