Html Css Color HEX #5381BF Havelock Blue

📋 copy color: '#5381BF'

red 83 ◦ green 129 ◦ blue 191

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

Shades of Havelock Blue #5381BF

Tints of Havelock Blue #5381BF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

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

R = 20.6%
G = 32.01%
B = 47.39%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5381BF (or 0x5381BF) is known color: Havelock Blue. HEX triplet: 53, 81 and BF. RGB value is (83,129,191). Sum of RGB (Red+Green+Blue) = 83+129+191=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #5381BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5381BF is #AC7E40. Grayscale: #7A7A7A. Windows color (decimal): -11304513 or 12550483. OLE color: 12550483.

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

Color convert

RGB 83 129 191 -
CMYK 0.57 0.32 0 0.25
HSL 214.44º 0.46% 0.54% -
HSV(B) 214.44º 0.57% 0.75% -
XYZ 20.82 21.3 52.3 -
YUV 122.31 166.76 99.96 -
System Red Green Blue C M Y K H S L
Decimal 83 129 191 0.57 0.32 0 0.25 214.44 0.46 0.54
Hex 53 81 BF 39 20 0 19 D6 2E 36
Octal 123 201 277 71 40 0 31 326 56 66
Binary 1010011 10000001 10111111 111001 100000 0 11001 11010110 101110 110110

Color Harmonies of #5381BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5381BF

Black with #5381BF

Text Example


Text Example

White with #5381BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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