Html Css Color HEX #5183BA Havelock Blue

📋 copy color: '#5183BA'

red 81 ◦ green 131 ◦ blue 186

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

Shades of Havelock Blue #5183BA

Tints of Havelock Blue #5183BA

RGB

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

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

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

R = 20.35%
G = 32.91%
B = 46.73%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5183BA (or 0x5183BA) is known color: Havelock Blue. HEX triplet: 51, 83 and BA. RGB value is (81,131,186). Sum of RGB (Red+Green+Blue) = 81+131+186=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 131 (51.56% from 255 or 32.91% 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 #5183BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183BA is #AE7C45. Grayscale: #7A7A7A. Windows color (decimal): -11435078 or 12223313. OLE color: 12223313.

HSL color Cylindrical-coordinate representation of color #5183BA: hue angle of 211.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5183BA is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 131 186 -
CMYK 0.56 0.30 0 0.27
HSL 211.43º 0.43% 0.52% -
HSV(B) 211.43º 0.56% 0.73% -
XYZ 20.37 21.53 49.54 -
YUV 122.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 81 131 186 0.56 0.30 0 0.27 211.43 0.43 0.52
Hex 51 83 BA 38 1E 0 1B D3 2B 34
Octal 121 203 272 70 36 0 33 323 53 64
Binary 1010001 10000011 10111010 111000 11110 0 11011 11010011 101011 110100

Color Harmonies of #5183BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5183BA

Black with #5183BA

Text Example


Text Example

White with #5183BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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