Html Css Color HEX #547CC0 Havelock Blue

📋 copy color: '#547CC0'

red 84 ◦ green 124 ◦ blue 192

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

Shades of Havelock Blue #547CC0

Tints of Havelock Blue #547CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48%

R = 21%
G = 31%
B = 48%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#547CC0 (or 0x547CC0) is known color: Havelock Blue. HEX triplet: 54, 7C and C0. RGB value is (84,124,192). Sum of RGB (Red+Green+Blue) = 84+124+192=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #547CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CC0 is #AB833F. Grayscale: #777777. Windows color (decimal): -11240256 or 12614740. OLE color: 12614740.

HSL color Cylindrical-coordinate representation of color #547CC0: hue angle of 217.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #547CC0 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 124 192 -
CMYK 0.56 0.35 0 0.25
HSL 217.78º 0.46% 0.54% -
HSV(B) 217.78º 0.56% 0.75% -
XYZ 20.38 20.11 52.68 -
YUV 119.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 84 124 192 0.56 0.35 0 0.25 217.78 0.46 0.54
Hex 54 7C C0 38 23 0 19 DA 2E 36
Octal 124 174 300 70 43 0 31 332 56 66
Binary 1010100 1111100 11000000 111000 100011 0 11001 11011010 101110 110110

Color Harmonies of #547CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CC0

Black with #547CC0

Text Example


Text Example

White with #547CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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