Html Css Color HEX #5274BC Havelock Blue

📋 copy color: '#5274BC'

red 82 ◦ green 116 ◦ blue 188

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

Shades of Havelock Blue #5274BC

Tints of Havelock Blue #5274BC

RGB

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

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

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

R = 21.24%
G = 30.05%
B = 48.7%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5274BC (or 0x5274BC) is known color: Havelock Blue. HEX triplet: 52, 74 and BC. RGB value is (82,116,188). Sum of RGB (Red+Green+Blue) = 82+116+188=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #5274BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5274BC is #AD8B43. Grayscale: #717171. Windows color (decimal): -11373380 or 12350546. OLE color: 12350546.

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

Color convert

RGB 82 116 188 -
CMYK 0.56 0.38 0 0.26
HSL 220.75º 0.44% 0.53% -
HSV(B) 220.75º 0.56% 0.74% -
XYZ 18.8 17.92 50.04 -
YUV 114.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 82 116 188 0.56 0.38 0 0.26 220.75 0.44 0.53
Hex 52 74 BC 38 26 0 1A DD 2C 35
Octal 122 164 274 70 46 0 32 335 54 65
Binary 1010010 1110100 10111100 111000 100110 0 11010 11011101 101100 110101

Color Harmonies of #5274BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5274BC

Black with #5274BC

Text Example


Text Example

White with #5274BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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