Html Css Color HEX #547CCE Havelock Blue

📋 copy color: '#547CCE'

red 84 ◦ green 124 ◦ blue 206

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

Shades of Havelock Blue #547CCE

Tints of Havelock Blue #547CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 20.29%
G = 29.95%
B = 49.76%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#547CCE (or 0x547CCE) is known color: Havelock Blue. HEX triplet: 54, 7C and CE. RGB value is (84,124,206). Sum of RGB (Red+Green+Blue) = 84+124+206=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #547CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CCE is #AB8331. Grayscale: #797979. Windows color (decimal): -11240242 or 13532244. OLE color: 13532244.

HSL color Cylindrical-coordinate representation of color #547CCE: hue angle of 220.33º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #547CCE is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 124 206 -
CMYK 0.59 0.40 0 0.19
HSL 220.33º 0.55% 0.57% -
HSV(B) 220.33º 0.59% 0.81% -
XYZ 22 20.76 61.24 -
YUV 121.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 84 124 206 0.59 0.40 0 0.19 220.33 0.55 0.57
Hex 54 7C CE 3B 28 0 13 DC 37 39
Octal 124 174 316 73 50 0 23 334 67 71
Binary 1010100 1111100 11001110 111011 101000 0 10011 11011100 110111 111001

Color Harmonies of #547CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CCE

Black with #547CCE

Text Example


Text Example

White with #547CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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