Html Css Color HEX #5381BC Havelock Blue

📋 copy color: '#5381BC'

red 83 ◦ green 129 ◦ blue 188

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

Shades of Havelock Blue #5381BC

Tints of Havelock Blue #5381BC

RGB

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

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

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

R = 20.75%
G = 32.25%
B = 47%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5381BC (or 0x5381BC) is known color: Havelock Blue. HEX triplet: 53, 81 and BC. RGB value is (83,129,188). Sum of RGB (Red+Green+Blue) = 83+129+188=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #5381BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5381BC is #AC7E43. Grayscale: #797979. Windows color (decimal): -11304516 or 12353875. OLE color: 12353875.

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

Color convert

RGB 83 129 188 -
CMYK 0.56 0.31 0 0.26
HSL 213.71º 0.44% 0.53% -
HSV(B) 213.71º 0.56% 0.74% -
XYZ 20.49 21.17 50.58 -
YUV 121.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 83 129 188 0.56 0.31 0 0.26 213.71 0.44 0.53
Hex 53 81 BC 38 1F 0 1A D6 2C 35
Octal 123 201 274 70 37 0 32 326 54 65
Binary 1010011 10000001 10111100 111000 11111 0 11010 11010110 101100 110101

Color Harmonies of #5381BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5381BC

Black with #5381BC

Text Example


Text Example

White with #5381BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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