Html Css Color HEX #548ACE Havelock Blue

📋 copy color: '#548ACE'

red 84 ◦ green 138 ◦ blue 206

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

Shades of Havelock Blue #548ACE

Tints of Havelock Blue #548ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

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

R = 19.63%
G = 32.24%
B = 48.13%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#548ACE (or 0x548ACE) is known color: Havelock Blue. HEX triplet: 54, 8A and CE. RGB value is (84,138,206). Sum of RGB (Red+Green+Blue) = 84+138+206=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #548ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ACE is #AB7531. Grayscale: #818181. Windows color (decimal): -11236658 or 13535828. OLE color: 13535828.

HSL color Cylindrical-coordinate representation of color #548ACE: hue angle of 213.44º 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 #548ACE is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 138 206 -
CMYK 0.59 0.33 0 0.19
HSL 213.44º 0.55% 0.57% -
HSV(B) 213.44º 0.59% 0.81% -
XYZ 23.89 24.52 61.87 -
YUV 129.61 171.11 95.47 -
System Red Green Blue C M Y K H S L
Decimal 84 138 206 0.59 0.33 0 0.19 213.44 0.55 0.57
Hex 54 8A CE 3B 21 0 13 D5 37 39
Octal 124 212 316 73 41 0 23 325 67 71
Binary 1010100 10001010 11001110 111011 100001 0 10011 11010101 110111 111001

Color Harmonies of #548ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548ACE

Black with #548ACE

Text Example


Text Example

White with #548ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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