Html Css Color HEX #5273BC Havelock Blue

📋 copy color: '#5273BC'

red 82 ◦ green 115 ◦ blue 188

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

Shades of Havelock Blue #5273BC

Tints of Havelock Blue #5273BC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

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

R = 21.3%
G = 29.87%
B = 48.83%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5273BC (or 0x5273BC) is known color: Havelock Blue. HEX triplet: 52, 73 and BC. RGB value is (82,115,188). Sum of RGB (Red+Green+Blue) = 82+115+188=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #5273BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5273BC is #AD8C43. Grayscale: #717171. Windows color (decimal): -11373636 or 12350290. OLE color: 12350290.

HSL color Cylindrical-coordinate representation of color #5273BC: hue angle of 221.32º 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 #5273BC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 115 188 -
CMYK 0.56 0.39 0 0.26
HSL 221.32º 0.44% 0.53% -
HSV(B) 221.32º 0.56% 0.74% -
XYZ 18.69 17.69 50.01 -
YUV 113.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 82 115 188 0.56 0.39 0 0.26 221.32 0.44 0.53
Hex 52 73 BC 38 27 0 1A DD 2C 35
Octal 122 163 274 70 47 0 32 335 54 65
Binary 1010010 1110011 10111100 111000 100111 0 11010 11011101 101100 110101

Color Harmonies of #5273BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5273BC

Black with #5273BC

Text Example


Text Example

White with #5273BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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