#548AC9

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

Shades of Havelock Blue #548AC9

Tints of Havelock Blue #548AC9

Color information

#548AC9 (or 0x548AC9) is unknown color: approx Havelock Blue. HEX triplet: 54, 8A and C9. RGB value is (84,138,201). Sum of RGB (Red+Green+Blue) = 84+138+201=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #548AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548AC9 is #AB7536. Grayscale: #808080. Windows color (decimal): -11236663 or 13208148. OLE color: 13208148.

HSL color Cylindrical-coordinate representation of color #548AC9: hue angle of 212.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #548AC9 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84138201-
CMYK0.580.3100.21
HSL212.31º52%55.88%-
HSV(B)212.31º58.21%78.82%-
XYZ23.2924.2858.72-
YUV129.04168.6195.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.86%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 201 (78.91% from 255) = 47.52%
R=19.86%
G=32.62%
B=47.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841382010.580.3100.21212.315255.88
Hex548AC93A1F015d43438
Octal12421231172370253246470
Binary101010010001010110010011110101111101010111010100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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