Html Css Color HEX #5185BF Havelock Blue

📋 copy color: '#5185BF'

red 81 ◦ green 133 ◦ blue 191

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

Shades of Havelock Blue #5185BF

Tints of Havelock Blue #5185BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

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

R = 20%
G = 32.84%
B = 47.16%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5185BF (or 0x5185BF) is known color: Havelock Blue. HEX triplet: 51, 85 and BF. RGB value is (81,133,191). Sum of RGB (Red+Green+Blue) = 81+133+191=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #5185BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185BF is #AE7A40. Grayscale: #7B7B7B. Windows color (decimal): -11434561 or 12551505. OLE color: 12551505.

HSL color Cylindrical-coordinate representation of color #5185BF: hue angle of 211.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5185BF is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 133 191 -
CMYK 0.58 0.30 0 0.25
HSL 211.64º 0.46% 0.53% -
HSV(B) 211.64º 0.58% 0.75% -
XYZ 21.18 22.29 52.48 -
YUV 124.06 165.77 97.28 -
System Red Green Blue C M Y K H S L
Decimal 81 133 191 0.58 0.30 0 0.25 211.64 0.46 0.53
Hex 51 85 BF 3A 1E 0 19 D4 2E 35
Octal 121 205 277 72 36 0 31 324 56 65
Binary 1010001 10000101 10111111 111010 11110 0 11001 11010100 101110 110101

Color Harmonies of #5185BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5185BF

Black with #5185BF

Text Example


Text Example

White with #5185BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,133,191); }

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

background-color css

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

 a { background-color: rgb(81,133,191); }

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

border-color css

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

 span { border-color: rgb(81,133,191); }

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