Html Css Color HEX #5273BE Havelock Blue

📋 copy color: '#5273BE'

red 82 ◦ green 115 ◦ blue 190

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

Shades of Havelock Blue #5273BE

Tints of Havelock Blue #5273BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 21.19%
G = 29.72%
B = 49.1%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5273BE (or 0x5273BE) is known color: Havelock Blue. HEX triplet: 52, 73 and BE. RGB value is (82,115,190). Sum of RGB (Red+Green+Blue) = 82+115+190=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #5273BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5273BE is #AD8C41. Grayscale: #717171. Windows color (decimal): -11373634 or 12481362. OLE color: 12481362.

HSL color Cylindrical-coordinate representation of color #5273BE: hue angle of 221.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5273BE is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 115 190 -
CMYK 0.57 0.39 0 0.25
HSL 221.67º 0.45% 0.53% -
HSV(B) 221.67º 0.57% 0.75% -
XYZ 18.9 17.77 51.15 -
YUV 113.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 82 115 190 0.57 0.39 0 0.25 221.67 0.45 0.53
Hex 52 73 BE 39 27 0 19 DE 2D 35
Octal 122 163 276 71 47 0 31 336 55 65
Binary 1010010 1110011 10111110 111001 100111 0 11001 11011110 101101 110101

Color Harmonies of #5273BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5273BE

Black with #5273BE

Text Example


Text Example

White with #5273BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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