Html Css Color HEX #5182BA Havelock Blue

📋 copy color: '#5182BA'

red 81 ◦ green 130 ◦ blue 186

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

Shades of Havelock Blue #5182BA

Tints of Havelock Blue #5182BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 20.4%
G = 32.75%
B = 46.85%

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

#5182BA (or 0x5182BA) is known color: Havelock Blue. HEX triplet: 51, 82 and BA. RGB value is (81,130,186). Sum of RGB (Red+Green+Blue) = 81+130+186=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #5182BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5182BA is #AE7D45. Grayscale: #797979. Windows color (decimal): -11435334 or 12223057. OLE color: 12223057.

HSL color Cylindrical-coordinate representation of color #5182BA: hue angle of 212º 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 #5182BA is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 130 186 -
CMYK 0.56 0.30 0 0.27
HSL 212º 0.43% 0.52% -
HSV(B) 212º 0.56% 0.73% -
XYZ 20.24 21.26 49.49 -
YUV 121.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 81 130 186 0.56 0.30 0 0.27 212 0.43 0.52
Hex 51 82 BA 38 1E 0 1B D4 2B 34
Octal 121 202 272 70 36 0 33 324 53 64
Binary 1010001 10000010 10111010 111000 11110 0 11011 11010100 101011 110100

Color Harmonies of #5182BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5182BA

Black with #5182BA

Text Example


Text Example

White with #5182BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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