Html Css Color HEX #548BCC Havelock Blue

📋 copy color: '#548BCC'

red 84 ◦ green 139 ◦ blue 204

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

Shades of Havelock Blue #548BCC

Tints of Havelock Blue #548BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

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

R = 19.67%
G = 32.55%
B = 47.78%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#548BCC (or 0x548BCC) is known color: Havelock Blue. HEX triplet: 54, 8B and CC. RGB value is (84,139,204). Sum of RGB (Red+Green+Blue) = 84+139+204=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #548BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548BCC is #AB7433. Grayscale: #818181. Windows color (decimal): -11236404 or 13405012. OLE color: 13405012.

HSL color Cylindrical-coordinate representation of color #548BCC: hue angle of 212.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 #548BCC is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 139 204 -
CMYK 0.59 0.32 0 0.2
HSL 212.5º 0.54% 0.56% -
HSV(B) 212.5º 0.59% 0.8% -
XYZ 23.79 24.71 60.64 -
YUV 129.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 84 139 204 0.59 0.32 0 0.2 212.5 0.54 0.56
Hex 54 8B CC 3B 20 0 14 D4 36 38
Octal 124 213 314 73 40 0 24 324 66 70
Binary 1010100 10001011 11001100 111011 100000 0 10100 11010100 110110 111000

Color Harmonies of #548BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548BCC

Black with #548BCC

Text Example


Text Example

White with #548BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548BCC; }

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

 H1.HeaderClassName
 {
   color: #548BCC;
 }
 .AnyTagClassName
 {
   color: #548BCC;
 }
</style>

background-color css

<style>
 a { background-color: #548BCC; }

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

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

border-color css

<style>
 span { border-color: #548BCC; }

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

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