Html Css Color HEX #547DCC Havelock Blue

📋 copy color: '#547DCC'

red 84 ◦ green 125 ◦ blue 204

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

Shades of Havelock Blue #547DCC

Tints of Havelock Blue #547DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.27%

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

R = 20.34%
G = 30.27%
B = 49.39%

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

#547DCC (or 0x547DCC) is known color: Havelock Blue. HEX triplet: 54, 7D and CC. RGB value is (84,125,204). Sum of RGB (Red+Green+Blue) = 84+125+204=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #547DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DCC is #AB8233. Grayscale: #797979. Windows color (decimal): -11239988 or 13401428. OLE color: 13401428.

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

Color convert

RGB 84 125 204 -
CMYK 0.59 0.39 0 0.2
HSL 219.5º 0.54% 0.56% -
HSV(B) 219.5º 0.59% 0.8% -
XYZ 21.89 20.91 60.01 -
YUV 121.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 84 125 204 0.59 0.39 0 0.2 219.5 0.54 0.56
Hex 54 7D CC 3B 27 0 14 DC 36 38
Octal 124 175 314 73 47 0 24 334 66 70
Binary 1010100 1111101 11001100 111011 100111 0 10100 11011100 110110 111000

Color Harmonies of #547DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DCC

Black with #547DCC

Text Example


Text Example

White with #547DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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