Html Css Color HEX #5271BC Havelock Blue

📋 copy color: '#5271BC'

red 82 ◦ green 113 ◦ blue 188

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

Shades of Havelock Blue #5271BC

Tints of Havelock Blue #5271BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 21.41%
G = 29.5%
B = 49.09%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5271BC (or 0x5271BC) is known color: Havelock Blue. HEX triplet: 52, 71 and BC. RGB value is (82,113,188). Sum of RGB (Red+Green+Blue) = 82+113+188=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #5271BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5271BC is #AD8E43. Grayscale: #6F6F6F. Windows color (decimal): -11374148 or 12349778. OLE color: 12349778.

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

Color convert

RGB 82 113 188 -
CMYK 0.56 0.40 0 0.26
HSL 222.45º 0.44% 0.53% -
HSV(B) 222.45º 0.56% 0.74% -
XYZ 18.46 17.23 49.93 -
YUV 112.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 82 113 188 0.56 0.40 0 0.26 222.45 0.44 0.53
Hex 52 71 BC 38 28 0 1A DE 2C 35
Octal 122 161 274 70 50 0 32 336 54 65
Binary 1010010 1110001 10111100 111000 101000 0 11010 11011110 101100 110101

Color Harmonies of #5271BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5271BC

Black with #5271BC

Text Example


Text Example

White with #5271BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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