Html Css Color HEX #5387BD Havelock Blue

📋 copy color: '#5387BD'

red 83 ◦ green 135 ◦ blue 189

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

Shades of Havelock Blue #5387BD

Tints of Havelock Blue #5387BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 20.39%
G = 33.17%
B = 46.44%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5387BD (or 0x5387BD) is known color: Havelock Blue. HEX triplet: 53, 87 and BD. RGB value is (83,135,189). Sum of RGB (Red+Green+Blue) = 83+135+189=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #5387BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5387BD is #AC7842. Grayscale: #7D7D7D. Windows color (decimal): -11302979 or 12420947. OLE color: 12420947.

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

Color convert

RGB 83 135 189 -
CMYK 0.56 0.29 0 0.26
HSL 210.57º 0.45% 0.53% -
HSV(B) 210.57º 0.56% 0.74% -
XYZ 21.42 22.84 51.42 -
YUV 125.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 83 135 189 0.56 0.29 0 0.26 210.57 0.45 0.53
Hex 53 87 BD 38 1D 0 1A D3 2D 35
Octal 123 207 275 70 35 0 32 323 55 65
Binary 1010011 10000111 10111101 111000 11101 0 11010 11010011 101101 110101

Color Harmonies of #5387BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5387BD

Black with #5387BD

Text Example


Text Example

White with #5387BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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