#5478C3

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

Shades of Havelock Blue #5478C3

Tints of Havelock Blue #5478C3

Color information

#5478C3 (or 0x5478C3) is unknown color: approx Havelock Blue. HEX triplet: 54, 78 and C3. RGB value is (84,120,195). Sum of RGB (Red+Green+Blue) = 84+120+195=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 195 (76.56% from 255 or 48.87% from 399); Max value from RGB is 195 - color contains mainly: blue. Hex color #5478C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5478C3 is #AB873C. Grayscale: #757575. Windows color (decimal): -11241277 or 12810324. OLE color: 12810324.

HSL color Cylindrical-coordinate representation of color #5478C3: hue angle of 220.54º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5478C3 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84120195-
CMYK0.570.3800.24
HSL220.54º48.05%54.71%-
HSV(B)220.54º56.92%76.47%-
XYZ20.2219.2654.28-
YUV117.79171.57103.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.05%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 195 (76.56% from 255) = 48.87%
R=21.05%
G=30.08%
B=48.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841201950.570.3800.24220.5448.0554.71
Hex5478C33926018dd3037
Octal12417030371460303356067
Binary101010011110001100001111100110011001100011011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5478C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5478C3; }

 p { color: rgb(84,120,195); }

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

<style>
 a { background-color: #5478C3; }

 a { background-color: rgb(84,120,195); }

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

<style>
 span { border-color: #5478C3; }

 span { border-color: rgb(84,120,195); }

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