Html Css Color HEX #5381BA Havelock Blue

📋 copy color: '#5381BA'

red 83 ◦ green 129 ◦ blue 186

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

Shades of Havelock Blue #5381BA

Tints of Havelock Blue #5381BA

RGB

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

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

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

R = 20.85%
G = 32.41%
B = 46.73%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5381BA (or 0x5381BA) is known color: Havelock Blue. HEX triplet: 53, 81 and BA. RGB value is (83,129,186). Sum of RGB (Red+Green+Blue) = 83+129+186=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #5381BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5381BA is #AC7E45. Grayscale: #797979. Windows color (decimal): -11304518 or 12222803. OLE color: 12222803.

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

Color convert

RGB 83 129 186 -
CMYK 0.55 0.31 0 0.27
HSL 213.2º 0.43% 0.53% -
HSV(B) 213.2º 0.55% 0.73% -
XYZ 20.28 21.08 49.46 -
YUV 121.74 164.26 100.37 -
System Red Green Blue C M Y K H S L
Decimal 83 129 186 0.55 0.31 0 0.27 213.2 0.43 0.53
Hex 53 81 BA 37 1F 0 1B D5 2B 35
Octal 123 201 272 67 37 0 33 325 53 65
Binary 1010011 10000001 10111010 110111 11111 0 11011 11010101 101011 110101

Color Harmonies of #5381BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5381BA

Black with #5381BA

Text Example


Text Example

White with #5381BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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