Html Css Color HEX #547ECC Havelock Blue

📋 copy color: '#547ECC'

red 84 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #547ECC

Tints of Havelock Blue #547ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.43%

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 20.29%
G = 30.43%
B = 49.28%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#547ECC (or 0x547ECC) is known color: Havelock Blue. HEX triplet: 54, 7E and CC. RGB value is (84,126,204). Sum of RGB (Red+Green+Blue) = 84+126+204=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #547ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ECC is #AB8133. Grayscale: #797979. Windows color (decimal): -11239732 or 13401684. OLE color: 13401684.

HSL color Cylindrical-coordinate representation of color #547ECC: hue angle of 219º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #547ECC is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 126 204 -
CMYK 0.59 0.38 0 0.2
HSL 219º 0.54% 0.56% -
HSV(B) 219º 0.59% 0.8% -
XYZ 22.02 21.17 60.05 -
YUV 122.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 84 126 204 0.59 0.38 0 0.2 219 0.54 0.56
Hex 54 7E CC 3B 26 0 14 DB 36 38
Octal 124 176 314 73 46 0 24 333 66 70
Binary 1010100 1111110 11001100 111011 100110 0 10100 11011011 110110 111000

Color Harmonies of #547ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547ECC

Black with #547ECC

Text Example


Text Example

White with #547ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,126,204); }

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

background-color css

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

 a { background-color: rgb(84,126,204); }

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

border-color css

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

 span { border-color: rgb(84,126,204); }

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