Html Css Color HEX #5274BE Havelock Blue

📋 copy color: '#5274BE'

red 82 ◦ green 116 ◦ blue 190

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

Shades of Havelock Blue #5274BE

Tints of Havelock Blue #5274BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 21.13%
G = 29.9%
B = 48.97%

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

#5274BE (or 0x5274BE) is known color: Havelock Blue. HEX triplet: 52, 74 and BE. RGB value is (82,116,190). Sum of RGB (Red+Green+Blue) = 82+116+190=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #5274BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5274BE is #AD8B41. Grayscale: #717171. Windows color (decimal): -11373378 or 12481618. OLE color: 12481618.

HSL color Cylindrical-coordinate representation of color #5274BE: hue angle of 221.11º 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 #5274BE is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 116 190 -
CMYK 0.57 0.39 0 0.25
HSL 221.11º 0.45% 0.53% -
HSV(B) 221.11º 0.57% 0.75% -
XYZ 19.02 18 51.19 -
YUV 114.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 82 116 190 0.57 0.39 0 0.25 221.11 0.45 0.53
Hex 52 74 BE 39 27 0 19 DD 2D 35
Octal 122 164 276 71 47 0 31 335 55 65
Binary 1010010 1110100 10111110 111001 100111 0 11001 11011101 101101 110101

Color Harmonies of #5274BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5274BE

Black with #5274BE

Text Example


Text Example

White with #5274BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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