Html Css Color HEX #5387BF Havelock Blue

📋 copy color: '#5387BF'

red 83 ◦ green 135 ◦ blue 191

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

Shades of Havelock Blue #5387BF

Tints of Havelock Blue #5387BF

RGB

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

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

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

R = 20.29%
G = 33.01%
B = 46.7%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5387BF (or 0x5387BF) is known color: Havelock Blue. HEX triplet: 53, 87 and BF. RGB value is (83,135,191). Sum of RGB (Red+Green+Blue) = 83+135+191=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #5387BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5387BF is #AC7840. Grayscale: #7D7D7D. Windows color (decimal): -11302977 or 12552019. OLE color: 12552019.

HSL color Cylindrical-coordinate representation of color #5387BF: hue angle of 211.11º 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 #5387BF is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 135 191 -
CMYK 0.57 0.29 0 0.25
HSL 211.11º 0.46% 0.54% -
HSV(B) 211.11º 0.57% 0.75% -
XYZ 21.64 22.93 52.58 -
YUV 125.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 83 135 191 0.57 0.29 0 0.25 211.11 0.46 0.54
Hex 53 87 BF 39 1D 0 19 D3 2E 36
Octal 123 207 277 71 35 0 31 323 56 66
Binary 1010011 10000111 10111111 111001 11101 0 11001 11010011 101110 110110

Color Harmonies of #5387BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5387BF

Black with #5387BF

Text Example


Text Example

White with #5387BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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