Html Css Color HEX #5183BF Havelock Blue

📋 copy color: '#5183BF'

red 81 ◦ green 131 ◦ blue 191

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

Shades of Havelock Blue #5183BF

Tints of Havelock Blue #5183BF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

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

R = 20.1%
G = 32.51%
B = 47.39%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5183BF (or 0x5183BF) is known color: Havelock Blue. HEX triplet: 51, 83 and BF. RGB value is (81,131,191). Sum of RGB (Red+Green+Blue) = 81+131+191=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 131 (51.56% from 255 or 32.51% 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 #5183BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183BF is #AE7C40. Grayscale: #7A7A7A. Windows color (decimal): -11435073 or 12550993. OLE color: 12550993.

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

Color convert

RGB 81 131 191 -
CMYK 0.58 0.31 0 0.25
HSL 212.73º 0.46% 0.53% -
HSV(B) 212.73º 0.58% 0.75% -
XYZ 20.91 21.74 52.38 -
YUV 122.89 166.44 98.12 -
System Red Green Blue C M Y K H S L
Decimal 81 131 191 0.58 0.31 0 0.25 212.73 0.46 0.53
Hex 51 83 BF 3A 1F 0 19 D5 2E 35
Octal 121 203 277 72 37 0 31 325 56 65
Binary 1010001 10000011 10111111 111010 11111 0 11001 11010101 101110 110101

Color Harmonies of #5183BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5183BF

Black with #5183BF

Text Example


Text Example

White with #5183BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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