Html Css Color HEX #547CCC Havelock Blue

📋 copy color: '#547CCC'

red 84 ◦ green 124 ◦ blue 204

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

Shades of Havelock Blue #547CCC

Tints of Havelock Blue #547CCC

RGB

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

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

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

R = 20.39%
G = 30.1%
B = 49.51%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#547CCC (or 0x547CCC) is known color: Havelock Blue. HEX triplet: 54, 7C and CC. RGB value is (84,124,204). Sum of RGB (Red+Green+Blue) = 84+124+204=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #547CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CCC is #AB8333. Grayscale: #787878. Windows color (decimal): -11240244 or 13401172. OLE color: 13401172.

HSL color Cylindrical-coordinate representation of color #547CCC: hue angle of 220º 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 #547CCC is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 124 204 -
CMYK 0.59 0.39 0 0.2
HSL 220º 0.54% 0.56% -
HSV(B) 220º 0.59% 0.8% -
XYZ 21.76 20.66 59.97 -
YUV 121.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 84 124 204 0.59 0.39 0 0.2 220 0.54 0.56
Hex 54 7C CC 3B 27 0 14 DC 36 38
Octal 124 174 314 73 47 0 24 334 66 70
Binary 1010100 1111100 11001100 111011 100111 0 10100 11011100 110110 111000

Color Harmonies of #547CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CCC

Black with #547CCC

Text Example


Text Example

White with #547CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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