Html Css Color HEX #5271BD Havelock Blue

📋 copy color: '#5271BD'

red 82 ◦ green 113 ◦ blue 189

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

Shades of Havelock Blue #5271BD

Tints of Havelock Blue #5271BD

RGB

 RED value IS 82 (32.42% from 255) = 21.35%

 GREEN value IS 113 (44.53% from 255) = 29.43%

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 21.35%
G = 29.43%
B = 49.22%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5271BD (or 0x5271BD) is known color: Havelock Blue. HEX triplet: 52, 71 and BD. RGB value is (82,113,189). Sum of RGB (Red+Green+Blue) = 82+113+189=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #5271BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5271BD is #AD8E42. Grayscale: #707070. Windows color (decimal): -11374147 or 12415314. OLE color: 12415314.

HSL color Cylindrical-coordinate representation of color #5271BD: hue angle of 222.62º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5271BD is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 113 189 -
CMYK 0.57 0.40 0 0.26
HSL 222.62º 0.45% 0.53% -
HSV(B) 222.62º 0.57% 0.74% -
XYZ 18.57 17.28 50.5 -
YUV 112.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 82 113 189 0.57 0.40 0 0.26 222.62 0.45 0.53
Hex 52 71 BD 39 28 0 1A DF 2D 35
Octal 122 161 275 71 50 0 32 337 55 65
Binary 1010010 1110001 10111101 111001 101000 0 11010 11011111 101101 110101

Color Harmonies of #5271BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5271BD

Black with #5271BD

Text Example


Text Example

White with #5271BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5271BD; }

 p { color: rgb(82,113,189); }

 H1.HeaderClassName
 {
   color: #5271BD;
 }
 .AnyTagClassName
 {
   color: #5271BD;
 }
</style>

background-color css

<style>
 a { background-color: #5271BD; }

 a { background-color: rgb(82,113,189); }

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

border-color css

<style>
 span { border-color: #5271BD; }

 span { border-color: rgb(82,113,189); }

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