Html Css Color HEX #547ABB Havelock Blue

📋 copy color: '#547ABB'

red 84 ◦ green 122 ◦ blue 187

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

Shades of Havelock Blue #547ABB

Tints of Havelock Blue #547ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

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

R = 21.37%
G = 31.04%
B = 47.58%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#547ABB (or 0x547ABB) is known color: Havelock Blue. HEX triplet: 54, 7A and BB. RGB value is (84,122,187). Sum of RGB (Red+Green+Blue) = 84+122+187=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #547ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ABB is #AB8544. Grayscale: #757575. Windows color (decimal): -11240773 or 12286548. OLE color: 12286548.

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

Color convert

RGB 84 122 187 -
CMYK 0.55 0.35 0 0.27
HSL 217.86º 0.43% 0.53% -
HSV(B) 217.86º 0.55% 0.73% -
XYZ 19.59 19.39 49.72 -
YUV 118.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 84 122 187 0.55 0.35 0 0.27 217.86 0.43 0.53
Hex 54 7A BB 37 23 0 1B DA 2B 35
Octal 124 172 273 67 43 0 33 332 53 65
Binary 1010100 1111010 10111011 110111 100011 0 11011 11011010 101011 110101

Color Harmonies of #547ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547ABB

Black with #547ABB

Text Example


Text Example

White with #547ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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