Html Css Color HEX #548AD6 Havelock Blue

📋 copy color: '#548AD6'

red 84 ◦ green 138 ◦ blue 214

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

Shades of Havelock Blue #548AD6

Tints of Havelock Blue #548AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.08%

R = 19.27%
G = 31.65%
B = 49.08%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#548AD6 (or 0x548AD6) is known color: Havelock Blue. HEX triplet: 54, 8A and D6. RGB value is (84,138,214). Sum of RGB (Red+Green+Blue) = 84+138+214=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #548AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548AD6 is #AB7529. Grayscale: #828282. Windows color (decimal): -11236650 or 14060116. OLE color: 14060116.

HSL color Cylindrical-coordinate representation of color #548AD6: hue angle of 215.08º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #548AD6 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 138 214 -
CMYK 0.61 0.36 0 0.16
HSL 215.08º 0.61% 0.58% -
HSV(B) 215.08º 0.61% 0.84% -
XYZ 24.88 24.92 67.12 -
YUV 130.52 175.11 94.82 -
System Red Green Blue C M Y K H S L
Decimal 84 138 214 0.61 0.36 0 0.16 215.08 0.61 0.58
Hex 54 8A D6 3D 24 0 10 D7 3D 3A
Octal 124 212 326 75 44 0 20 327 75 72
Binary 1010100 10001010 11010110 111101 100100 0 10000 11010111 111101 111010

Color Harmonies of #548AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548AD6

Black with #548AD6

Text Example


Text Example

White with #548AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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