Html Css Color HEX #547FB4 Havelock Blue

📋 copy color: '#547FB4'

red 84 ◦ green 127 ◦ blue 180

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

Shades of Havelock Blue #547FB4

Tints of Havelock Blue #547FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 32.48%

 BLUE value IS 180 (70.7% from 255) = 46.04%

R = 21.48%
G = 32.48%
B = 46.04%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#547FB4 (or 0x547FB4) is known color: Havelock Blue. HEX triplet: 54, 7F and B4. RGB value is (84,127,180). Sum of RGB (Red+Green+Blue) = 84+127+180=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #547FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FB4 is #AB804B. Grayscale: #777777. Windows color (decimal): -11239500 or 11829076. OLE color: 11829076.

HSL color Cylindrical-coordinate representation of color #547FB4: hue angle of 213.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #547FB4 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 127 180 -
CMYK 0.53 0.29 0 0.29
HSL 213.13º 0.39% 0.52% -
HSV(B) 213.13º 0.53% 0.71% -
XYZ 19.48 20.36 46.08 -
YUV 120.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 84 127 180 0.53 0.29 0 0.29 213.13 0.39 0.52
Hex 54 7F B4 35 1D 0 1D D5 27 34
Octal 124 177 264 65 35 0 35 325 47 64
Binary 1010100 1111111 10110100 110101 11101 0 11101 11010101 100111 110100

Color Harmonies of #547FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547FB4

Black with #547FB4

Text Example


Text Example

White with #547FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,127,180); }

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

background-color css

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

 a { background-color: rgb(84,127,180); }

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

border-color css

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

 span { border-color: rgb(84,127,180); }

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