Html Css Color HEX #547BBB Havelock Blue

📋 copy color: '#547BBB'

red 84 ◦ green 123 ◦ blue 187

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

Shades of Havelock Blue #547BBB

Tints of Havelock Blue #547BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

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

R = 21.32%
G = 31.22%
B = 47.46%

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

#547BBB (or 0x547BBB) is known color: Havelock Blue. HEX triplet: 54, 7B and BB. RGB value is (84,123,187). Sum of RGB (Red+Green+Blue) = 84+123+187=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #547BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547BBB is #AB8444. Grayscale: #767676. Windows color (decimal): -11240517 or 12286804. OLE color: 12286804.

HSL color Cylindrical-coordinate representation of color #547BBB: hue angle of 217.28º 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 #547BBB is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 123 187 -
CMYK 0.55 0.34 0 0.27
HSL 217.28º 0.43% 0.53% -
HSV(B) 217.28º 0.55% 0.73% -
XYZ 19.71 19.64 49.77 -
YUV 118.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 84 123 187 0.55 0.34 0 0.27 217.28 0.43 0.53
Hex 54 7B BB 37 22 0 1B D9 2B 35
Octal 124 173 273 67 42 0 33 331 53 65
Binary 1010100 1111011 10111011 110111 100010 0 11011 11011001 101011 110101

Color Harmonies of #547BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547BBB

Black with #547BBB

Text Example


Text Example

White with #547BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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