Html Css Color HEX #5184C1 Havelock Blue

📋 copy color: '#5184C1'

red 81 ◦ green 132 ◦ blue 193

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

Shades of Havelock Blue #5184C1

Tints of Havelock Blue #5184C1

RGB

 RED value IS 81 (32.03% from 255) = 19.95%

 GREEN value IS 132 (51.95% from 255) = 32.51%

 BLUE value IS 193 (75.78% from 255) = 47.54%

R = 19.95%
G = 32.51%
B = 47.54%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5184C1 (or 0x5184C1) is known color: Havelock Blue. HEX triplet: 51, 84 and C1. RGB value is (81,132,193). Sum of RGB (Red+Green+Blue) = 81+132+193=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #5184C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5184C1 is #AE7B3E. Grayscale: #7B7B7B. Windows color (decimal): -11434815 or 12682321. OLE color: 12682321.

HSL color Cylindrical-coordinate representation of color #5184C1: hue angle of 212.68º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5184C1 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 81 132 193 -
CMYK 0.58 0.32 0 0.24
HSL 212.68º 0.47% 0.54% -
HSV(B) 212.68º 0.58% 0.76% -
XYZ 21.27 22.1 53.6 -
YUV 123.71 167.1 97.54 -
System Red Green Blue C M Y K H S L
Decimal 81 132 193 0.58 0.32 0 0.24 212.68 0.47 0.54
Hex 51 84 C1 3A 20 0 18 D5 2F 36
Octal 121 204 301 72 40 0 30 325 57 66
Binary 1010001 10000100 11000001 111010 100000 0 11000 11010101 101111 110110

Color Harmonies of #5184C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5184C1

Black with #5184C1

Text Example


Text Example

White with #5184C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5184C1; }

 p { color: rgb(81,132,193); }

 H1.HeaderClassName
 {
   color: #5184C1;
 }
 .AnyTagClassName
 {
   color: #5184C1;
 }
</style>

background-color css

<style>
 a { background-color: #5184C1; }

 a { background-color: rgb(81,132,193); }

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

border-color css

<style>
 span { border-color: #5184C1; }

 span { border-color: rgb(81,132,193); }

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