#5673C0

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

Shades of Havelock Blue #5673C0

Tints of Havelock Blue #5673C0

Color information

#5673C0 (or 0x5673C0) is unknown color: approx Havelock Blue. HEX triplet: 56, 73 and C0. RGB value is (86,115,192). Sum of RGB (Red+Green+Blue) = 86+115+192=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #5673C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5673C0 is #A98C3F. Grayscale: #727272. Windows color (decimal): -11111488 or 12612438. OLE color: 12612438.

HSL color Cylindrical-coordinate representation of color #5673C0: hue angle of 223.58º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5673C0 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86115192-
CMYK0.550.4000.25
HSL223.58º45.69%54.51%-
HSV(B)223.58º55.21%75.29%-
XYZ19.4818.0552.33-
YUV115.11171.39107.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.88%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 192 (75.39% from 255) = 48.85%
R=21.88%
G=29.26%
B=48.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861151920.550.4000.25223.5845.6954.51
Hex5673C03728019e02e37
Octal12616330067500313405667
Binary101011011100111100000011011110100001100111100000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5673C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5673C0; }

 p { color: rgb(86,115,192); }

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

<style>
 a { background-color: #5673C0; }

 a { background-color: rgb(86,115,192); }

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

<style>
 span { border-color: #5673C0; }

 span { border-color: rgb(86,115,192); }

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