Html Css Color HEX #547CBB Havelock Blue

📋 copy color: '#547CBB'

red 84 ◦ green 124 ◦ blue 187

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

Shades of Havelock Blue #547CBB

Tints of Havelock Blue #547CBB

RGB

 RED value IS 84 (33.2% from 255) = 21.27%

 GREEN value IS 124 (48.83% from 255) = 31.39%

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 21.27%
G = 31.39%
B = 47.34%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#547CBB (or 0x547CBB) is known color: Havelock Blue. HEX triplet: 54, 7C and BB. RGB value is (84,124,187). Sum of RGB (Red+Green+Blue) = 84+124+187=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #547CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CBB is #AB8344. Grayscale: #767676. Windows color (decimal): -11240261 or 12287060. OLE color: 12287060.

HSL color Cylindrical-coordinate representation of color #547CBB: hue angle of 216.7º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #547CBB is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 124 187 -
CMYK 0.55 0.34 0 0.27
HSL 216.7º 0.43% 0.53% -
HSV(B) 216.7º 0.55% 0.73% -
XYZ 19.83 19.89 49.81 -
YUV 119.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 84 124 187 0.55 0.34 0 0.27 216.7 0.43 0.53
Hex 54 7C BB 37 22 0 1B D9 2B 35
Octal 124 174 273 67 42 0 33 331 53 65
Binary 1010100 1111100 10111011 110111 100010 0 11011 11011001 101011 110101

Color Harmonies of #547CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CBB

Black with #547CBB

Text Example


Text Example

White with #547CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547CBB; }

 p { color: rgb(84,124,187); }

 H1.HeaderClassName
 {
   color: #547CBB;
 }
 .AnyTagClassName
 {
   color: #547CBB;
 }
</style>

background-color css

<style>
 a { background-color: #547CBB; }

 a { background-color: rgb(84,124,187); }

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

border-color css

<style>
 span { border-color: #547CBB; }

 span { border-color: rgb(84,124,187); }

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