#548ED6

Color #548ED6 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #548ED6

Tints of Havelock Blue #548ED6

Color information

#548ED6 (or 0x548ED6) is unknown color: approx Havelock Blue. HEX triplet: 54, 8E and D6. RGB value is (84,142,214). Sum of RGB (Red+Green+Blue) = 84+142+214=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #548ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ED6 is #AB7129. Grayscale: #848484. Windows color (decimal): -11235626 or 14061140. OLE color: 14061140.

HSL color Cylindrical-coordinate representation of color #548ED6: hue angle of 213.23º 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 #548ED6 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84142214-
CMYK0.610.3400.16
HSL213.23º61.32%58.43%-
HSV(B)213.23º60.75%83.92%-
XYZ25.4726.0967.31-
YUV132.87173.7893.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.09%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 214 (83.98% from 255) = 48.64%
R=19.09%
G=32.27%
B=48.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841422140.610.3400.16213.2361.3258.43
Hex548ED63D22010d53d3a
Octal12421632675420203257572
Binary1010100100011101101011011110110001001000011010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #548ED6;
 }
 .AnyTagClassName
 {
   color: #548ED6;
 }
</style>
background-color css

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

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

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

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

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

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