#548ACD

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

Shades of Havelock Blue #548ACD

Tints of Havelock Blue #548ACD

Color information

#548ACD (or 0x548ACD) is unknown color: approx Havelock Blue. HEX triplet: 54, 8A and CD. RGB value is (84,138,205). Sum of RGB (Red+Green+Blue) = 84+138+205=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #548ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ACD is #AB7532. Grayscale: #818181. Windows color (decimal): -11236659 or 13470292. OLE color: 13470292.

HSL color Cylindrical-coordinate representation of color #548ACD: hue angle of 213.22º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548ACD is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84138205-
CMYK0.590.3300.20
HSL213.22º54.75%56.67%-
HSV(B)213.22º59.02%80.39%-
XYZ23.7624.4761.23-
YUV129.49170.6195.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.67%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=19.67%
G=32.32%
B=48.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841382050.590.3300.20213.2254.7556.67
Hex548ACD3B21014d53739
Octal12421231573410243256771
Binary1010100100010101100110111101110000101010011010101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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