Html Css Color HEX #5274BD Havelock Blue

📋 copy color: '#5274BD'

red 82 ◦ green 116 ◦ blue 189

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

Shades of Havelock Blue #5274BD

Tints of Havelock Blue #5274BD

RGB

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

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

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

R = 21.19%
G = 29.97%
B = 48.84%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5274BD (or 0x5274BD) is known color: Havelock Blue. HEX triplet: 52, 74 and BD. RGB value is (82,116,189). Sum of RGB (Red+Green+Blue) = 82+116+189=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #5274BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5274BD is #AD8B42. Grayscale: #717171. Windows color (decimal): -11373379 or 12416082. OLE color: 12416082.

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

Color convert

RGB 82 116 189 -
CMYK 0.57 0.39 0 0.26
HSL 220.93º 0.45% 0.53% -
HSV(B) 220.93º 0.57% 0.74% -
XYZ 18.91 17.96 50.61 -
YUV 114.16 170.24 105.06 -
System Red Green Blue C M Y K H S L
Decimal 82 116 189 0.57 0.39 0 0.26 220.93 0.45 0.53
Hex 52 74 BD 39 27 0 1A DD 2D 35
Octal 122 164 275 71 47 0 32 335 55 65
Binary 1010010 1110100 10111101 111001 100111 0 11010 11011101 101101 110101

Color Harmonies of #5274BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5274BD

Black with #5274BD

Text Example


Text Example

White with #5274BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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